@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 }}

-
Total Activity

-

Total Biaya Meta

-

Total Margin

-

Total Pendapatan

-

Dedicated
Category Count Meta Margin Total
Shared
Category Count Meta Margin Total
Add-ons
Item Count Meta Margin Total
@endsection @push('scripts') @endpush