| {{ $income->income_account_id ?? 'N/A' }} |
{{ $income->income_category->name ?? 'N/A' }} |
{{ \Carbon\Carbon::parse($income->date)->format('Y-m-d') }} |
{{ number_format($income->amount ?? 0, 2) }} |
@if ($income->attachment)
@else
-
@endif
|
{{ $income->description ?? 'N/A' }} |
@empty