@if ($showLabel && $showField)
@if ($options['wrapper'] !== false)
@endif
@endif
@if ($showField)
{!! Form::permalink($name, $options['value'], 0, $prefix) !!}
@include('core/base::forms.partials.help-block')
@endif
@include('core/base::forms.partials.errors')
@if ($showLabel && $showField)
@if ($options['wrapper'] !== false)
@endif
@endif