@forelse ($results as $key => $result)
Warning: Undefined variable $result in /home/mydemotec/public_html/t10taxi.mydemotech.in/resources/views/dispatch-new/_requests.blade.php on line 31

Warning: Attempt to read property "is_cancelled" on null in /home/mydemotec/public_html/t10taxi.mydemotech.in/resources/views/dispatch-new/_requests.blade.php on line 31

Warning: Undefined variable $result in /home/mydemotec/public_html/t10taxi.mydemotech.in/resources/views/dispatch-new/_requests.blade.php on line 34

Warning: Attempt to read property "is_completed" on null in /home/mydemotec/public_html/t10taxi.mydemotech.in/resources/views/dispatch-new/_requests.blade.php on line 34

Warning: Undefined variable $result in /home/mydemotec/public_html/t10taxi.mydemotech.in/resources/views/dispatch-new/_requests.blade.php on line 37

Warning: Attempt to read property "is_later" on null in /home/mydemotec/public_html/t10taxi.mydemotech.in/resources/views/dispatch-new/_requests.blade.php on line 37
@empty @endforelse
Request No Date Pickup Location Drop Location Trip Status View
{{ $result->request_number }} {{ $result->is_later ? $result->converted_trip_start_time : $result->converted_created_at }} {{ $result->pickaddress }} {{ $result->dropaddress }} {!! $status !!}
No Requests Yet