|
|
@endusercan
{{ __('SL') }}. | @if (auth()->user()->accessToMultiBranch()){{ __('Branch') }} | @endif{{ __('Date') }} | {{ __('Reference Number') }} | {{ __('Category') }} | {{ __('Income For') }} | {{ __('Amount') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|---|
| @endusercan | {{ ($incomes->currentPage() - 1) * $incomes->perPage() + $loop->iteration }} | @if (auth()->user()->accessToMultiBranch()){{ $income->branch->name ?? '' }} | @endif{{ formatted_date($income->incomeDate) }} | {{ $income->referenceNo }} | {{ $income->category?->categoryName }} | {{ $income->incomeFor }} | {{ currency_format($income->amount, currency: business_currency()) }} |
|