@php use App\Enums\DateTimeFormats; use Carbon\Carbon; @endphp

{{ __('Pending Collection') }}

{{ __('Verify Selected Transaction') }}
SLCustomer NameCustomer Mobile NumberBill NumberPayment Initiate TimePayment ChannelAction @foreach($pendingPayments as $pendingPayment)
{{ $pendingPayments->firstItem() + $loop->index }} {{ $pendingPayment?->customerDetail?->cust_nid_name_en }} {{ $pendingPayment?->customerDetail?->user?->mobile_number }} {{ $pendingPayment?->productOrder?->bill_number }} {{ $pendingPayment?->initiate_time->format(DateTimeFormats::CLIENT_DATE_TIME) }} {{ $pendingPayment->payment_channel }} @endforeach
{{ $pendingPayments->withQueryString()->links() }}