@php $si=0; @endphp @foreach($InterestFreeLoanRegisters as $InterestFreeLoanRegister) @php $DTs = date("d-m-Y",strtotime($InterestFreeLoanRegister->Date)); @endphp {{-- --}} @endforeach
{{__('lng.SiNo')}} {{__('lng.Date')}} {{__('lng.Name')}} {{__('lng.Contact')}} {{__('lng.Amount')}} {{__('lng.Action')}}
{{++$si}}{{$DTs}} {{App\Models\Member::find($InterestFreeLoanRegister->MemberID)->name ?? $InterestFreeLoanRegister->Name}} {{App\Models\Member::find($InterestFreeLoanRegister->MemberID)->contact ?? $InterestFreeLoanRegister->Contact}} @currency($InterestFreeLoanRegister->Amount){{$InterestFreeLoanRegister->Narration}}
@csrf @method('delete')

{{$InterestFreeLoanRegisters->Count()}} {{__('lng.Items')}}