@extends('layouts.state') @section('title', 'User Payment Details') @section('page-title', 'Federation Cup - User Payment Details') @section('content')
| Channel | Status | Amount | Date |
|---|---|---|---|
| {{ ucfirst($p->payment_channel ?? 'online') }} | {{ $p->status ?? ($p->payment_status ?? '-') }} | {{ number_format($p->amount ?? 0, 2) }} | {{ optional($p->payment_date ?? $p->created_at)->format('d/m/Y') }} |
| No payment records found for this user. | |||
| # | Category | Sub Category | Option |
|---|---|---|---|
| {{ $idx + 1 }} | {{ $row->category_name ?? '-' }} | {{ $row->sub_category_name ?? '-' }} | {{ $row->option_name ?? '-' }} |
| No participants found for this user. | |||