@extends('layouts.app')
@section('title', 'Analytics Reports')
@section('page_title', 'Analytics & Profit Reports')
@section('content')
TOTAL REVENUE (SALES)
{{ number_format($totalSales) }} UGX
Gross sales incoming
TOTAL EXPENSES
{{ number_format($totalExpenses) }} UGX
Approved business payouts
NET CASH PROFIT
{{ number_format($netProfit) }} UGX
Estimated profit balance
Revenue vs Expenses Comparison ({{ now()->year }})
Expense Categories
@if(empty($expenseLabels))
No approved expenses logged to display.
@endif
@endsection
@section('scripts')
@endsection