HRA / Accommodation Expenses

@if(Auth::user()->hasRole('superadmin')) @endif @forelse($hraExpenses as $key => $expense) @if(Auth::user()->hasRole('superadmin')) @endif @empty @endforelse
S.NoPartnerBranch Expense Month HRA Amount Description Actions
{{ $hraExpenses->firstItem() + $key }}{{ $expense->partner->full_name ?? $expense->partner->company_name ?? 'N/A' }}{{ $expense->branch->branch_name ?? 'N/A' }} {{ \Carbon\Carbon::createFromFormat('Y-m', $expense->expense_month)->format('F Y') }} {{ number_format($expense->hra_amount, 2) }} {{ $expense->description ?? 'N/A' }}

No HRA expense entries found.

@if($hraExpenses instanceof \Illuminate\Pagination\LengthAwarePaginator) {{ $hraExpenses->withQueryString()->links() }} @endif