@php $si=0; @endphp @foreach($CustomerPayments as $customerpayment) @php $value = date("m-d-Y",strtotime($customerpayment->date));@endphp @endforeach
{{__('lng.SiNo')}} {{__('lng.Customer')}} {{__('lng.Pending')}} {{__('lng.PaidAmount')}} {{__('lng.LastPaidDate')}} {{__('lng.Action')}}
{{++$si}} {{$customerpayment->accountledger->title ?? ''}} {{$customerpayment->pending}} {{$customerpayment->amount}} {{$value}}
@csrf @method('delete')

{{$CustomerPayments->count()}} {{__('lng.Items')}}