@extends('layouts.business.pdf.pdf_layout') @section('pdf_title')
| {{ __('SL') }}. | {{ __('Amount') }} | {{ __('Category') }} | {{ __('Income For') }} | {{ __('Payment Type') }} | {{ __('Reference Number') }} | {{ __('Income Date') }} |
|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ 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, currency: business_currency()) }} |