{!! Form::label('locations',trans('messages.location'),['class'=>'required']) !!}
{!! Form::select('locations',$locations,'',['class'=>'form-control show-tick', 'title'=>trans('messages.select').' '.trans('messages.location'), 'id'=>'locations', 'data-actions-box'=>'true']) !!}
{!! Form::label('routes',trans('messages.route'),['class'=>'required']) !!}
{!! Form::select('routes',$routes,'',['class'=>'form-control show-tick', 'title'=>trans('messages.select').' '.trans('messages.route'), 'id'=>'routes', 'data-actions-box'=>'true']) !!}