@usercan('expenses.delete')
|
|
@endusercan
{{ ($expenses->currentPage() - 1) * $expenses->perPage() + $loop->iteration }} |
@if(auth()->user()->accessToMultiBranch())
{{ $expense->branch->name ?? '' }} |
@endif
{{ currency_format($expense->amount, currency: business_currency()) }} |
{{ $expense->category?->categoryName }} |
{{ $expense->expanseFor }} |
{{ $expense->payment_type_id != null ? $expense->payment_type->name ?? '' : $expense->paymentType }} |
{{ $expense->referenceNo }} |
{{ formatted_date($expense->expenseDate) }} |
|
@endforeach