@extends('layouts.admin') @section('title', 'Transactions') @section('content')
| Reference | User | Type | Amount | Status | Date |
|---|---|---|---|---|---|
| {{ $txn->reference }} | {{ $txn->user->name }} | {{ str_replace('_', ' ', $txn->type) }} | {{ number_format($txn->amount, 4) }} | {{ $txn->status }} | {{ $txn->created_at->format('d M Y H:i') }} |