@foreach($expense_reports as $expense_report) {{ ($expense_reports->currentPage() - 1) * $expense_reports->perPage() + $loop->iteration }} @if(auth()->user()->accessToMultiBranch()) {{ $expense_report->branch->name ?? '' }} @endif {{ currency_format($expense_report->amount, currency: business_currency()) }} {{ $expense_report->category->categoryName }} {{ $expense_report->expanseFor }} {{ $expense_report->payment_type_id != null ? $expense_report->payment_type->name ?? '' : $expense_report->paymentType }} {{ $expense_report->referenceNo }} {{ formatted_date($expense_report->expenseDate) }} @endforeach