{!! 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')])!!}
{{trans('messages.to')}}
{{ getCustomFields('user-shift-form',isset($custom_user_shift_field_values) ? $custom_user_shift_field_values : []) }}
{!! Form::hidden('shift_type','predefined') !!} {!! Form::submit(isset($buttonText) ? $buttonText : trans('messages.save'),['class' => 'btn btn-primary pull-right']) !!}