@if($customFields)
{!! trans('lang.main_fields') !!}
@endif
{!! Form::label('title', trans("lang.property_title"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('title', null, ['class' => 'form-control','placeholder'=> trans("lang.property_title_placeholder")]) !!}
{{ trans("lang.property_title_help") }}
{!! Form::label('name', trans("lang.property_name"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('name', null, ['class' => 'form-control','placeholder'=> trans("lang.property_name_placeholder")]) !!}
{{ trans("lang.property_name_help") }}
{!! Form::label('disabled', trans("lang.property_disabled"),['class' => 'col-3 control-label text-right']) !!}
{!! Form::label('order', trans("lang.property_order"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::number('order', null, ['class' => 'form-control','placeholder'=> trans("lang.property_order_placeholder")]) !!}
{{ trans("lang.property_order_help") }}
{!! Form::label('icon', trans("lang.property_icon"), ['class' => 'col-3 control-label text-right']) !!}
{{ trans('lang.media_select')}}
{{ trans("lang.property_icon_help") }}
@prepend('scripts') @endprepend
@if($customFields)
{!! trans('lang.custom_field_plural') !!}
{!! $customFields !!}
@endif
{{trans('lang.cancel')}}