@extends('layouts.app') @section('title', 'Deposit — '.$account->customer?->display_name) @section('content')
{{ $account->customer?->customer_number }} · opened {{ $account->created_at?->format('d M Y') }}
| When | Type | Description | Amount | By |
|---|---|---|---|---|
| {{ $tx->created_at?->format('d M Y H:i') }} | {{ title_case_words($tx->type) }} | {{ $tx->description ?: '—' }} | {{ $tx->type === 'deposit' ? '+' : '−' }}{{ money($tx->amount) }} | {{ $tx->user?->name ?: '—' }} |