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