|
{{ $balances->firstItem() + $index }}
|
{{ $balance->supplier?->supplier_name ?? '-' }}
|
{{ $balance->date->format('d-m-Y') }}
|
{{ $balance->description }}
|
{{ number_format($balance->amount, 2) }}
|
@can('investment-opening-balance-edit')
@endcan
@can('investment-opening-balance-delete')
@endcan
|
@endforeach