Cancelled:
@if($trip->cancelled_by =='USER')
Cancelled by User
@endif
@if($trip->cancelled_by =='PROVIDER')
Cancelled by Driver
@endif
@if($trip->cancelled_by =='DISPATCHER')
Cancelled by Dispatcher
@endif
@if($trip->cancelled_by =='REJECTED')
All Drivers Rejected
@endif
@if($trip->cancelled_by =='NODRIVER')
No Drivers Found
@endif