@foreach ($balances as $index => $balance) {{ $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')
@csrf @method('DELETE')
@endcan
@endforeach