{!! Form::select('faculty_service', array(""=>__("tr.Select Service"))+'App\FacultyServices'::serviceTypeList() , $facultyService, array('id'=> 'faculty_service', 'class'=>'selectize', 'required'=>'required', 'title'=> __('tr.Faculty Service'))); !!}
{!! Form::select('hall_duration', array(""=>__("tr.Select Duration"))+'App\FacultyServiceReservation'::durationList() , $facultyService, array('id'=> 'hall_duration', 'class'=>'selectize', 'required'=>'required', 'title'=> __('tr.Select Hall Duration'))); !!}
*
{!! Form::select('hall_location_id', array(""=>__("tr.Select Location"))+$locations , null, array('id'=> 'hall_location_id', 'class'=>'selectize', 'required'=>'required', 'title'=> __('tr.Select Hall Location'))); !!}