@extends('template.desktop.app') @section('title', 'Pelacakan Pengiriman') @push('styles') @endpush @section('content')
{{-- ── HEADER ── --}}
Live Dashboard

Pelacakan Pengiriman

Monitoring realtime pengiriman ke seluruh Indonesia

Update {{ now()->format('d M Y • H:i') }}
{{-- ── STAT CARDS ── --}}
@foreach ([['label' => 'Total Pengiriman', 'icon' => 'package', 'id' => 'stat-total', 'accent' => '#dc2626'], ['label' => 'Dalam Proses', 'icon' => 'loader', 'id' => 'stat-progress', 'accent' => '#3b82f6'], ['label' => 'Selesai', 'icon' => 'check-circle', 'id' => 'stat-completed', 'accent' => '#10b981'], ['label' => 'Retur', 'icon' => 'undo-2', 'id' => 'stat-return', 'accent' => '#f43f5e']] as $s)
{{ $s['label'] }}
@endforeach
{{-- ── MAIN GRID ── --}}
{{-- LEFT: List --}}
{{-- Search --}}
{{-- Tabs --}}
{{-- List --}}
@for ($i = 0; $i < 4; $i++)
@endfor
{{-- Pagination --}}
{{-- RIGHT: Map --}}
{{-- Legend --}}
Volume Pengiriman
0
-
{{-- Hover info --}} {{-- Top Destinations --}}
Top Destinasi
{{-- ── DETAIL MODAL ── --}} @endsection @push('scripts') @endpush