@if($customFields)
{!! trans('lang.main_fields') !!}
@endif
{!! Form::label('title', trans("lang.lens_title"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('title', null, ['class' => 'form-control','placeholder'=> trans("lang.lens_title_placeholder")]) !!}
{{ trans("lang.lens_title_help") }}
{!! Form::label('description', trans("lang.lens_description"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('description', null, ['class' => 'form-control','placeholder'=> trans("lang.lens_description_placeholder")]) !!}
{{ trans("lang.lens_description_help") }}
{!! Form::label('preview', trans("lang.lens_preview"), ['class' => 'col-3 control-label text-right']) !!}
{{ trans('lang.media_select')}}
{{ trans("lang.lens_preview_help") }}
@prepend('scripts') @endprepend
{!! Form::label('order', trans("lang.lens_order"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::number('order', null, ['class' => 'form-control','placeholder'=> trans("lang.lens_order_placeholder")]) !!}
{{ trans("lang.lens_order_help") }}
@if($customFields)
{!! trans('lang.custom_field_plural') !!}
{!! $customFields !!}
@endif
{{trans('lang.cancel')}}