| {{ _trans('common.SL') }} | {{ _trans('common.Income Head') }} | {{ _trans('common.Amount') }} | {{ _trans('common.Date') }} | {{ _trans('common.Action') }} |
|---|---|---|---|---|
| {{ __(@$key + 1) }} | {{ __(Str::limit(@$item->income_head->name, 25, '...')) }} | {{ format_price(@$item->amount) }} | {{ main_date_format(@$item->created_at) }} |
|