@extends('admin.layouts.app') @section('title', 'Payments — ExtraCash Admin') @section('page-title', 'Payments') @section('breadcrumb', 'All payment transactions') @section('content')
| Reference | User | Partner merchant | Amount | Cashback | Status | Date |
|---|---|---|---|---|---|---|
| {{ $p->payment_reference ?? '—' }} | {{ $p->user?->name ?? '—' }} | {{ $p->merchant?->name ?? '—' }} | ZMW {{ number_format($p->amount, 2) }} | ZMW {{ number_format($p->cashback?->cashback_amount ?? 0, 2) }} | {{ $p->status?->value ?? '—' }} | {{ $p->created_at->format('M d, H:i') }} |
| No payments found | ||||||