{!! Form::label('status', 'Status') !!}
{!! Form::select('status',[null => 'Select Status', 'all' => 'All', 0 => 'Pending',1 => 'Working',2 => 'Finished',3 => 'Closed'], 0,['class' =>'form-control', 'id'=>'status']) !!}
{{--
{!! Form::label('type', 'Type') !!}
{!! Form::select('type',[null => 'Select Type', 'Service' => 'Service', 'Behavior' => 'Behavior','Website' => 'Website', 'Price' => 'Price', 'Product information' => 'Product information', 'General' => 'General', 'Ryans Care Ltd.' => 'Ryans Care Ltd.', 'Warranty' => 'Warranty'], null,['class' =>'form-control', 'id'=>'type']) !!}
{!! Form::label('branch','Branch/Location/Platform') !!}
{!! Form::select('branch', $availableLocations, null, ['class' => 'form-control', 'placeholder' => 'Select Branch/Location/Platform', 'id' => 'branch']) !!}
--}}