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