@if( !count($provisions) ) No manual entry found !! @else @foreach($provisions as $key => $item) @php $type = ( $item['type'] == 'withLoan' ) ? 'With Loan' : 'Without Loan' @endphp @endforeach
Savings Product Savers Type Interest Payable Interest Paid
{{ $products->where('id' , $item['productId'])->first()->shortName }} {{ $type }} {{ $item['interestPayable'] }} {{ $item['interestPaid'] }}
@endif