@extends('layouts.master') @section('title', 'GL Account Detail - ' . $glcode) @section('styles') @endsection @section('content')
| Date | Reference | Description | TR | Amount | Converted | Balance |
|---|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($transaction['date'])->format('M j, Y') }} | #{{ $transaction['reference'] }} | {{ $transaction['description'] ?? 'General Journal Entry' }} | {{ $transaction['trcode'] }} | {{ number_format($amount, 2) }} | {{ number_format((float)($transaction['converted_amount'] ?? 0), 2) }} | {{ number_format($bal, 2) }} |
|
No transactions found
for this GL account.
|
||||||