| {{ __('Number') }} | {{ __('Date') }} | {{ __('Category') }} | {{ __('Account') }} | {{ __('Amount') }} |
|---|---|---|---|---|
| {{ $income->income_number }} | {{ $income->income_date->format('Y-m-d') }} | {{ $income->category->name }} | {{ $income->account->name }} | {{ number_format((float) $income->amount, 2) }} |
| {{ __('No income entries found.') }} | ||||