@extends('layouts.app') @section('content')
Export to Excel
@forelse ($goldLedger as $ledger) @empty @endforelse
Transaction ID Transaction ID Type Transaction Date Transaction Type Transaction Amount Purity 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->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.

@endsection @section('styles') @endsection @section('scripts') @endsection