Revenue {{-- Stats Cards --}}
Total Revenue
{{ number_format($stats['total_revenue'], 2) }} EGP
This Month
{{ number_format($stats['this_month'], 2) }} EGP
Total Invoiced
{{ number_format($stats['total_invoiced'], 2) }} EGP
Total Collected
{{ number_format($stats['total_collected'], 2) }} EGP
@forelse($revenue as $item) @empty @endforelse
Transaction ID Description Amount Date Status
{{ $item->transaction_id }} {{ $item->description }} +{{ number_format($item->amount, 2) }} EGP {{ $item->created_at->format('M d, Y') }} {{ $item->status }}
No revenue records found.
{{ $revenue->withQueryString()->links() }}