{{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }}
@can('create', \App\Models\Location::class) @if ((!isset($hide_new)) || ($hide_new!='true')) {{ trans('button.new') }} @endif @endcan
{!! $errors->first($fieldname, '
') !!} @if (isset($help_text))

{{ $help_text }}

@endif @if (isset($hide_location_radio))
@endif