@extends('root') @section('title', 'Laporan Pengiriman') @push('styles') @endpush @section('content')
@include('components.breadcrumb', [ 'title' => 'Laporan Pengiriman', 'links' => [ ['url' => route('client.dashboard'), 'label' => 'Dashboard'], ], 'current' => 'Laporan Pengiriman' ]) {{-- Filters --}}
{{-- Summary Cards --}}

-

Total Pesan

-

Success Rate

-

Gagal

-

Total Biaya

{{-- Data Table --}}
Detail Pengiriman
Waktu Template Isi Pesan Recipient No. HP Kategori Status Biaya Error
{{-- Charts Row --}}
Trend Pengiriman Harian
Status
{{-- Statistics Row --}}
Top Templates
Total Success Failed
Top Errors
Error Message Count
@endsection @push('scripts') @endpush