{{ __('Dashboard.top_count_delivery') }}
{{ number_format($TodayDelivery) }}
{{ __('Dashboard.top_count_receive') }}
{{ $TodayReceive }}
{{ __('Dashboard.top_count_booking') }}
{{ $TodayBooking }}
{{ __('Dashboard.top_count_customers') }}
2,000
{{ __('Dashboard.latest_orders') }}
| Order ID | Customer Name | Item Photo | Item Code | Status | Booking Date |
|---|---|---|---|---|---|
| RMC/{{ $Order->id }} | {{ $Order->customer_name }} |
|
{{ $Order->item_code }} | {{ $Order->status }} | {{ date('d-m-Y', strtotime($Order->booking_date)) }} |
Total Item Stock
{{ number_format($Items) }}
Total Bookings
{{ number_format($Booking) }}
Total Staff
{{ number_format($Users) }}
Today's Collection
163,921