Manual Collection

{{__('Add Collection')}}
All
All
@php $statusList = [ 'All' => 'All', 'pending' => 'Pending', 'approved' => 'Approved', ] @endphp
{{__('Search')}}
SLDealerCustomerSale Bill NumberAmount (TK)Payment MethodTransaction IDPayment DateRemarksStatusCreated ByApproved ByActions @foreach($manualPaymentCollections as $collection) {{ $loop->iteration }} {{ $collection->productOrder->dealer_detail->proprietor_name }} ({{ $collection->productOrder->dealer_detail->shop_name }}) {{ $collection->productOrder->customer_detail->cust_nid_name_en }} ({{ $collection->productOrder->customer_detail->user->mobile_number }}) {{ $collection->productOrder->bill_number }}{{ number_format($collection->amount, 2) }}{{ $collection->payment_method }}{{ $collection->payment_txn_id ?? '-'}}{{ $collection->created_at }}{{ $collection->remarks ?? '-' }}{{ ucfirst($collection?->manualPaymentCollection?->status ?? '-') }} {{ $collection?->manualPaymentCollection?->createdBy ? $collection?->manualPaymentCollection?->createdBy->name . ' ('. $collection?->manualPaymentCollection?->createdBy->username . ')' : '-' }} {{ $collection?->manualPaymentCollection?->operatedBy ? $collection?->manualPaymentCollection?->operatedBy->name . ' ('. $collection?->manualPaymentCollection?->operatedBy->username . ')' : '-' }} @can('update', $collection?->manualPaymentCollection) @endcan @can('approve', $collection?->manualPaymentCollection) @endcan @can('reject', $collection?->manualPaymentCollection) @endcan @endforeach
{{ $manualPaymentCollections->withQueryString()->links() }}
{{-- approve Modal--}}

Confirm Approval

Are you sure you want to approve this payment?

Cancel
@csrf {{__('Approve')}}
{{-- reject modal --}}

Confirm Rejection

Are you sure you want to delete this payment?

@csrf
{{__('Cancel')}} {{__('Delete')}}

Add Collection


@csrf
No results found
{{-- in row column formate set two fields wise--}}
{{-- date-time filed of the payment --}}
Close {{__('Submit')}}

Edit Collection


@csrf
Order:
Bill No:
Customer:
Dealer:
{{--
EMI Price:
Collected:
Outstanding:
Installment:
--}}
Close {{__('Update')}}
@push('scripts') @endpush