{!! Form::open(['route' => 'admin.update.featuredVendors', 'method' => 'PUT', 'id' => 'form', 'data-toggle' => 'validator']) !!}
{{ trans('app.form.featured_vendors') }}
{!! Form::label('featured_vendors[]', trans('app.form.vendors')) !!} {!! Form::select('featured_vendors[]', $vendors, array_keys($featured_vendors), ['class' => 'form-control select2-normal', 'multiple' => 'multiple']) !!}
{!! trans('help.featured_vendors') !!}
{!! Form::submit(trans('app.update'), ['class' => 'btn btn-flat btn-new']) !!}
{!! Form::close() !!}