@extends('provider.layout.app') @section('content')

My Trips

@foreach($fully as $each)
Pickup Time Booking Id Vehicle Duration Status Distance(KM) Cash Collected Total Earnings
{{date('Y D, M d - H:i A',strtotime($each->created_at))}} {{ $each->booking_id }} @if($each->service_type) {{$each->service_type->name}} @endif @if($each->finished_at != null && $each->started_at != null)
Fatal error: Uncaught Error: Class 'Carbon\Carbon' not found in /home/salientm/public_html/oik.salientminds.com.ng/resources/views/user/provider/payment/dailyearning.blade.php:85 Stack trace: #0 {main} thrown in /home/salientm/public_html/oik.salientminds.com.ng/resources/views/user/provider/payment/dailyearning.blade.php on line 85