Hello {{ $vendors[0]->vendor_name }},
Welcome back to your dashboard
Order Status
| Ordered | {{ $orderStatuses->unassigned }} |
| Ready | {{ $orderStatuses->assigned }} |
| Pickup | {{ $orderStatuses->pickup }} |
| Staged | {{ $orderStatuses->staged }} |
| In Transit | {{ $orderStatuses->in_transit }} |
| Delivered | {{ $orderStatuses->delivered }} |
Task Completion-Days
| Status | @foreach($dates as $key => $date){{ $date->format('d M') }} | @endforeach||||||
| {{$data->day1}} | {{$data->day2}} | {{$data->day3}} | {{$data->day4}} | {{$data->day5}} | {{$data->day6}} | {{$data->day7}} |
Vendor Reports
| Total no of Delivery | Total KM Travels | Total Fare | Total Of Extra Charges | Total Amount | Total cash Collected | Total order |
|---|---|---|---|---|---|---|
| {{ $vendor->total_delivered }} | {{ $vendor->total_km }} KM | {{ $vendor->total_fare }} | {{ $vendor->total_extra_charges }} | {{ $vendor->total_amount }} | 0.0 | {{ $vendor->total_orders }} |