PKR {{ number_format($totalExpenses, 2) }}
For selected period
PKR {{ number_format($averageMonthly, 2) }}
Based on last 12 months
PKR {{ number_format($thisMonth, 2) }}
vs last month: {{ $monthlyChange >= 0 ? '+' : '' }}{{ number_format($monthlyChange, 1) }}%
PKR {{ number_format($recurringTotal, 2) }}
Monthly recurring expenses
| Date | Category | Description | Account | Amount | Reference | Actions |
|---|---|---|---|---|---|---|
| {{ $expense->date->format('M d, Y') }} | {{ $expense->category->name }} | {{ Str::limit($expense->description, 50) }} | {{ $expense->account->name }} | PKR {{ number_format($expense->total_amount, 2) }} | {{ $expense->reference_number }} | View | Edit |
| No expenses found for the selected criteria | ||||||