@extends('admin.layouts.app') @section('title', 'Enrollment Payments') @section('content')
Track verification fee payments from astrologers.
| Date | Astrologer | Amount | Payment ID | Gateway | Status |
|---|---|---|---|---|---|
| {{ $trx->created_at->format('d M, Y h:i A') }} |
{{ $trx->user->name ?? 'N/A' }} {{ $trx->user->email ?? '' }} |
₹{{ number_format($trx->amount, 2) }} | {{ $trx->payment_id }} | {{ $trx->gateway }} | {{ $trx->status }} |
| No enrollment payments found. | |||||