{!! Form::open(['route' => 'admin.promotion.featuredCategories.update', 'method' => 'PUT', 'id' => 'form', 'data-toggle' => 'validator']) !!}
{{ trans('app.form.featured_categories') }}
{!! Form::label('featured_categories[]', trans('app.form.categories')) !!} {!! Form::select('featured_categories[]', $featured_categories, array_keys($featured_categories), ['class' => 'form-control searchCategoryForSelect', 'multiple' => 'multiple', 'style' => 'width: 100%']) !!}
{!! trans('help.featured_categories') !!}
{!! Form::submit(trans('app.update'), ['class' => 'btn btn-flat btn-new']) !!}
{!! Form::close() !!}