Active Savings Account on Closing Table
@forelse ($data['activeSavingsAccOnClossingTable'] as $item) @empty @endforelse
# Savings code Savings closing date
{{$loop->iteration}} {{$item->savingsCode}} {{$item->closingDate}}
No data found

Inactive Savings Account Without Closing Date
@forelse ($data['inactiveSavingsAccWithoutClosingDate'] as $item) @empty @endforelse
# Savings code Status
{{$loop->iteration}} {{$item->savingsCode}} {{$item->status}}
No data found

Active Savings Account With Closing Date
@forelse ($data['activeSavingsAccountWithClosingDate'] as $item) @empty @endforelse
# Savings code Status
{{$loop->iteration}} {{$item->savingsCode}} {{$item->status}}
No data found