@extends('root')
@section('title', 'Detail Pendapatan - ' . $reseller->name)
@section('content')
@include('components.breadcrumb', [
'title' => 'Detail Pendapatan',
'links' => [
['label' => 'Reports', 'url' => '#'],
['label' => 'Pendapatan', 'url' => route('admin.reports.revenue.index')]
],
'current' => $reseller->name
])
{{ $reseller->name }}
{{ $reseller->email }}
| Category |
Count |
Meta |
Margin |
Total |
| Category |
Count |
Meta |
Margin |
Total |
| Item |
Count |
Meta |
Margin |
Total |
@endsection
@push('scripts')
@endpush