{!! Form::label('location_id',trans('messages.location'),[])!!}
{!! Form::select('location_id', $locations, isset($user_shift->location_id) ? $user_shift->location_id : '',['class'=>'form-control input-xlarge show-tick','title' => trans('messages.select_one')])!!}
{!! Form::label('shift_id',trans('messages.shift'),[])!!}
{!! Form::select('shift_id', $shifts, isset($user_shift->shift_id) ? $user_shift->shift_id : '',['class'=>'form-control show-tick','title'=>trans('messages.select_one')])!!}