@extends('layouts.portal') @section('title', 'Account '.$account->account_no) @section('content')
{{ ucfirst(str_replace('_',' ',$account->account_type)) }} Account
| Date | Reference | Type | Narration | Amount | Balance After |
|---|---|---|---|---|---|
| {{ $txn->value_date?->format('d M Y') ?? $txn->created_at->format('d M Y') }} | {{ $txn->reference ?? '—' }} | {{ ucfirst($txn->txn_type ?? '—') }} | {{ $txn->narration ?? '—' }} | {{ money($txn->amount) }} | {{ money($txn->balance_after) }} |
| No transactions yet. | |||||