{{ __('dashboard.view_and_analyze_your_sales_performance') }}
{{ __('dashboard.total_revenue') }}
{{ currency($totalSales) }}
{{ __('dashboard.total_orders') }}
{{ $totalOrders }}
| {{ __('dashboard.id') }} | {{ __('dashboard.date') }} | {{ __('dashboard.branch') }} | {{ __('dashboard.customer') }} | {{ __('dashboard.delivery_fee') }} | {{ __('dashboard.total') }} |
|---|---|---|---|---|---|
| #{{ $order->id }} | {{ $order->created_at->format('M d, Y H:i') }} | {{ $order->branch->name ?? '-' }} | {{ $order->customer_name ?? 'Guest' }} | {{ $order->delivery_fee ?? '-' }} | {{ currency($order->total) }} |
| No orders found for the selected criteria. | |||||