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

-

Total Pesan

-

Success Rate

-

Gagal

-

Total Transaksi

{{-- Charts & Per-Client Summary --}}
Trend Harian
Rekap Per Client
Client Total Success Failed Biaya
{{-- Statistics Row --}}
Status
Top Templates
Template Total Failed
Top Errors
Error Count
{{-- Data Table --}}
Detail Pengiriman
Export CSV
Waktu Client Template Recipient Status Biaya Error
@endsection @push('scripts') @endpush