@extends('layouts.master') @section('content')
| Date | Reference | Description | Debit | Credit | Balance |
|---|---|---|---|---|---|
| {{ $tx->tx_date }} | {{ $tx->reference }} | {{ $tx->source }} - {{ $tx->description }} | {{ number_format((float) $tx->debit_amount, 2) }} | {{ number_format((float) $tx->credit_amount, 2) }} | {{ number_format((float) $tx->balance, 2) }} |