Pending Payment Receipts Pending Payment Receipts {{-- Test --}}
@foreach ($receipts as $receipt) @endforeach
Sr No Description From Date To Date Amount View File Action
{{ $loop->iteration }} {{ $receipt->description }} {{ Carbon\Carbon::parse($receipt->from_date)->format('d-m-Y') }} {{ Carbon\Carbon::parse($receipt->to_date)->format('d-m-Y') }} {{ $receipt->amount }} View File {{-- --}}
@push('scripts') @endpush