@extends('layouts.state') @section('title', 'Federation Cup Payments') @section('page-title', 'Federation Cup Payments Summary') @section('content')
| # | User | UID | Participants | Pending Amount | Action |
|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $row->full_name ?? 'N/A' }}
{{ $row->email ?? '' }}
|
{{ $row->reg_uid ?? '-' }} | {{ $row->participants_count ?? 0 }} | {{ number_format($row->pending_amount ?? 0, 2) }} | View Details |
| No offline pending payments found for this event and state. | |||||