{{ $income->source }} |
{{ isset($income->amount) ? number_format($income->amount) : '' }} |
{{ $income->income_category->name ?? '' }} |
{{ $income->income_sub_category->name ?? '' }} |
@can('update', $income)
@endcan
@can('delete', $income)
@endcan
|
@endforeach