@extends('layouts.admin') @section('content') @php use App\Support\Ui; @endphp
| User | Detail | Amount | Status | Time |
|---|---|---|---|---|
| {!! Ui::person($name, $t->payer_role ?: strtoupper($t->gateway), $c1, $c2) !!} | {{ ucfirst($t->type) }} · {{ $t->description ?: $t->reference }} | {{ Ui::money($t->amount, $t->currency) }} | {!! Ui::status($t->status) !!} | {{ Ui::ago($t->created_at) }} |
| No transactions yet. Payments will appear here as soon as the first M-PESA or card payment completes. | ||||