@extends('provider.layout.app') @section('content')
| Pickup Time | Cab | Pickup Address | Status | Action | |
|---|---|---|---|---|---|
| {{date('Y D, M d - H:i A',strtotime($each->schedule_at))}} | @if($each->service_type) {{$each->service_type->name}} @endif | {{$each->s_address}} | {{$each->status}} | ||
|
Fatal error: Uncaught Error: Call to undefined function asset() in /home/salientm/public_html/oik.salientminds.com.ng/resources/views/provider/payment/upcoming_detail.blade.php:69 Stack trace: #0 {main} thrown in /home/salientm/public_html/oik.salientminds.com.ng/resources/views/provider/payment/upcoming_detail.blade.php on line 69 | |||||