@extends('layouts.admin') @section('title', 'Financial Ledger') @section('header_title', 'Global Monetary Tracking') @section('content')
| Protocol Ref | Booking Node | Intelligence Profile | Vector | Magnitude | State | Timeline |
|---|---|---|---|---|---|---|
|
{{ $payment->transaction_id }}
#ID-{{ $payment->id }}
|
#BOOK-{{ $payment->booking_id }}
{{ $payment->booking->court->club->name ?? 'N/A' }}
|
{{ $payment->booking->user->name ?? 'System User' }}
{{ $payment->booking->user->email ?? '' }}
|
{{ strtoupper($payment->gateway) }} | Rs. {{ number_format($payment->amount) }} |
{{ strtoupper($payment->status) }} | {{ $payment->created_at ? $payment->created_at->format('M d, H:i:s') : 'N/A' }} |
| No transaction records are currently synchronized with the ledger. | ||||||