@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 --}}
{{-- Charts & Per-Client Summary --}}
| Client |
Total |
Success |
Failed |
Biaya |
{{-- Statistics Row --}}
{{-- Data Table --}}
| Waktu |
Client |
Template |
Recipient |
Status |
Biaya |
Error |
@endsection
@push('scripts')
@endpush