Advance Report
Search = {{ $filters['search'] ?: 'All' }}, Status = {{ $filters['status'] ?: 'Active + Partial Adjusted' }}
Total Advance
৳ {{ number_format($totals['amount'], 2) }}
Total Adjusted
৳ {{ number_format($totals['adjusted'], 2) }}
Total Outstanding
৳ {{ number_format($totals['outstanding'], 2) }}
@forelse($advances as $advance) @empty @endforelse
Date Employee Employee Code Account Amount Adjusted Remaining Status
{{ optional($advance->advance_date)->format('d M Y') }} {{ $advance->employee?->name ?? '-' }} {{ $advance->employee?->employee_code ?? '-' }} {{ $advance->account?->name ?? '-' }} {{ number_format($advance->amount, 2) }} {{ number_format($advance->adjusted_amount, 2) }} {{ number_format($advance->remaining_amount, 2) }} {{ ucwords(str_replace('_', ' ', $advance->status)) }}
No advance found.