Reports

{{-- Search Card (keeps your UI) --}}
Search
{{-- Courier Wise Performance (exact table UI) --}}
Courier Wise Performance

Based on Your Data

{{-- Header row with your small buttons --}} {{-- Per-courier rows --}} @forelse($rows as $r) @empty @endforelse {{-- Grand total row (keeps your "Total Orders" style) --}}
{{ optional($r->shipper)->title ?? 'Unknown / Unassigned' }} ({{ (int)$r->total }}) ({{ (int)$r->delivered_count }}) - ({{ (int)$r->returned_count }}) - ({{ (int)$r->in_process_count }})
No orders found for the selected date range.
Total Orders ({{ $grand['total'] }}) ({{ $grand['delivered'] }}) - ({{ $grand['returned'] }}) - ({{ $grand['in_process'] }})
{{----}}