Payment Reports

@foreach($paymentReports as $index => $report) @endforeach
Sl No Date Subscribed User Details Plan Name Plan Duration Amount Payment Method Status
{{ $index + 1 }} {{ $report->created_at ? $report->created_at->format('d M, Y - h:i A') : 'N/A' }} {{ $report->user_number }}
{{ $report->name }}
{{ $report->dial_code }} {{ $report->phone }}
{{ $report->user_plan_name ?? 'N/A' }} {{ $report->plan_type ?? 'N/A' }} {{ $report->amount }} {{ $report->currency }} {{ $report->method_type == 1 ? 'Credit Card' : 'N/A' }} {{ $report->payment_status }}