@extends('layouts.app') @section('title', 'Transactions') @section('page-title', 'Transaction Ledger') @section('content')
| Date | Account | Type | Category | Description | Reference | Amount | Rec. | |
|---|---|---|---|---|---|---|---|---|
| {{ $tx->transaction_date->format('d M Y') }} | {{ $tx->account->type === 'administrative' ? 'Admin' : 'Activity' }} | {{ $tx->type_badge }} | {{ $tx->category }} | {{ $tx->reference_no ?? '—' }} | {{ $tx->type === 'income' ? '+' : '−' }}${{ number_format($tx->amount, 2) }} | |||
|
No transactions found.
Record First Transaction
|
||||||||