Payment Reports

@foreach($paymentReports as $index => $report) @endforeach
Sl No Transaction ID Ad Title User Name Ad Type Method Amount Status Date
{{ $index + 1 }} {{ $report->transaction_id }} {{ $report->title }} {{ $report->first_name }} {{ $report->last_name }} {{ $report->plan_type }} {{ $report->method_type }} {{ $report->currency }} {{ number_format($report->amount, 2) }} {{ ucfirst($report->payment_status) }} {{ $report->created_at->format('Y-m-d H:i:s') }}