{!! Form::label('status', 'Status') !!}
{!! Form::select('status',[null => 'Select Status', 'Pending' => 'Pending','Working' => 'Working','Finished' => 'Finished'], null,['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']) !!}