@extends('backend.layouts.app') @section('content')
| # | Title | Type | Amount | Status | Payment Type | Transaction No | Received Date | Received By | Income Date | Description |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $incomes->firstItem() + $key }} | {{ $income->title }} | {{ $income->incomeType->name ?? '-' }} | {{ number_format($income->amount, 2) }} | {{ ucfirst($income->payment_status) }} | {{ ucfirst($income->payment_type ?? '-') }} | {{ $income->transaction_no ?? '-' }} | {{ $income->received_date ?? '-' }} | {{ $income->received_by ?? '-' }} | {{ $income->income_date }} | {{ $income->description ?? '-' }} |
| No income records found. | ||||||||||