@if($customFields)
{!! trans('lang.main_fields') !!}
@endif
{!! Form::label('name', trans("lang.menu_name"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('name', null, ['class' => 'form-control','placeholder'=> trans("lang.menu_name_placeholder")]) !!}
{{ trans("lang.menu_name_help") }}
{!! Form::label('title', trans("lang.menu_title"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::text('title', null, ['class' => 'form-control','placeholder'=> trans("lang.menu_title_placeholder")]) !!}
{{ trans("lang.menu_title_help") }}
{!! Form::label('store_id', trans("lang.menu_store_id"),['class' => 'col-3 control-label text-right']) !!}
{!! Form::select('store_id', $store, null, ['class' => 'select2 form-control']) !!}
{{ trans("lang.menu_store_id_help") }}
@if($customFields)
{!! trans('lang.custom_field_plural') !!}
{!! $customFields !!}
@endif
{{trans('lang.cancel')}}