@if(session('success'))
@endif
@if(session('error'))
@endif
{{ $stats['total'] }}
Total
{{ $stats['draft'] }}
Draft
{{ $stats['submitted'] }}
Pending
{{ $stats['approved'] }}
Approved
{{ $stats['paid'] }}
Paid
{{ $currency ? $currency->symbol : '₹' }}{{ number_format($stats['total_paid'], $currency ? $currency->decimal_digits : 2) }}
Received
| Expense # |
Title |
Category |
Amount |
{{-- data-render="currency" --}}
Date |
Status |
Actions |
@include('core::datatable')