@if($config->options->localized)
@{!! Form::label('{{ $fieldName }}', __('models/{{ $config->modelNames->camelPlural }}.fields.{{ $fieldName }}').':') !!}
@else
@{!! Form::label('{{ $fieldName }}', '{{ $fieldTitle }}:') !!}
@endif
@{!! Form::text('{{ $fieldName }}', null, ['class' => 'form-control','id'=>'{{ $fieldName }}']) !!}
@@push('page_scripts')
@@endpush