@extends('layouts.app') @section('content')
| Transaction ID | Transaction ID Type | Transaction Date | Transaction Type | Transaction Amount | Purity | Raw Gold Price | Price Gold Spread | Service Charge | Ask Price | Bid Price | Account No | Account Name | Recipient Account No | Recipient Account Name | Description | Open Balance | Close Balance | Created At | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ $ledger->transaction_sign }}
|
{{ $ledger->trx_id }}
|
{{ $ledger->trx_id_type ?? '-' }}
|
{{ $ledger->transaction_date ?? '-' }}
|
{{ $ledger->transaction_type ?? '-' }}
|
{{ $ledger->transaction_amount ?? '-' }}
|
{{ $ledger->purity ?? '-' }}
|
{{ $ledger->raw_gold_price ?? '-' }}
|
{{ $ledger->price_gold_spread ?? '-' }}
|
{{ $ledger->service_charge ?? '-' }}
|
{{ $ledger->gold_ask_price ?? '-' }}
|
{{ $ledger->gold_bid_price ?? '-' }}
|
{{ $ledger->own_account_no ?? '-' }}
|
{{ $ledger->own_account_name ?? '-' }}
|
{{ $ledger->other_account_no ?? '-' }}
|
{{ $ledger->other_account_name ?? '-' }}
|
{{ $ledger->trx_description ?? '-' }}
|
{{ $ledger->own_open_balance_sign }} {{ $ledger->own_open_balance }}
|
{{ $ledger->own_close_balance_sign }} {{ $ledger->own_close_balance }}
|
{{ $ledger->created_at ?? '-' }}
|
| No ledger found. | |||||||||||||||||||