{!! 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[]', $categories, array_keys($featured_categories), ['class' => 'form-control select2-normal', 'multiple' => 'multiple']) !!}
{!! Form::submit(trans('app.update'), ['class' => 'btn btn-flat btn-new']) !!}
{!! Form::close() !!}