@if($customFields)
{!! trans('lang.main_fields') !!}
@endif
{!! Form::label('description', trans("lang.gallery_description"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::textarea('description', null, ['class' => 'form-control','placeholder'=> trans("lang.gallery_description_placeholder") ]) !!}
{{ trans("lang.gallery_description_help") }}
{!! Form::label('image', trans("lang.gallery_image"), ['class' => 'col-3 control-label text-right']) !!}
{{ trans('lang.media_select')}}
{{ trans("lang.gallery_image_help") }}
@prepend('scripts') @endprepend
{!! Form::label('market_id', trans("lang.gallery_market_id"),['class' => 'col-3 control-label text-right']) !!}
{!! Form::select('market_id', $market, null, ['class' => 'select2 form-control']) !!}
{{ trans("lang.gallery_market_id_help") }}
@if($customFields)
{!! trans('lang.custom_field_plural') !!}
{!! $customFields !!}
@endif
{{trans('lang.cancel')}}