{{ session('success') ? 'Success!' : 'Error!' }} {{ session('success') ?: session('error') }}
@endif
List of Payments
Image | Name | Invoice Number | Amount | Paid Date | Status | Action |
---|---|---|---|---|---|---|
No Members found | ||||||
@if(!empty($payment->mainImage) && file_exists(public_path('storage/resize/' . $payment->mainImage->image_path)))
![]() |
![]()
{{ $payment->name}}
{{ $payment->email }}
{{ $payment->mobile }}
|
{{ $payment->invoice_number }}
|
{{ $payment->amount}} | {{ $payment->paid_on ?? '-' }} | @if($payment->status && $payment->status != '0') Active @else Inactive @endif | @if ($canEdit) Edit @endif @if ($canDelete) Delete @endif @if ($canView) @endif |