@forelse ($negetiveBalance as $item) @empty @endforelse
# Savings code Closing date Balance
{{$loop->iteration}} {{$item->savingsCode}} {{$item->closingDate}} {{$item->balance}}
No data found

{{-- @foreach ($negetiveBalance as $key=>$item) @endforeach
# Savings code Closing date Balance
{{$loop->iteration}} {{$item->savingsCode}} {{$item->closingDate}} {{$item->balance}}

--}}