@extends('adminlte::page') @section('title', 'Financial Reports') @section('content_header')
Total Revenue
Platform Fees
Seller Earnings
Total Transactions
| Seller | Earnings | Transactions |
|---|---|---|
| {{ $seller->seller ? $seller->seller->name : 'Unknown' }} | Rp {{ number_format($seller->total_earnings, 0, ',', '.') }} | {{ number_format($seller->transaction_count, 0, ',', '.') }} |