| Safe: | {{ $name ?? '---' }} | Date: | {{ $date ?? date('Y-m-d') }} | ||
| Amount: | {{ number_format(data_get($credit_account, 'credit_amount', 0), 2) }} EGP | Exchange Rate: | {{ $currency_transfer_rate ?? 1 }} | Total Amount: | {{ number_format( (float)data_get($credit_account, 'credit_amount', 0) * (float)($currency_transfer_rate ?? 1), 2) }} {{ data_get($credit_account, 'base_currency_symbol', 'EGP') }} |
| Received From: | {{ data_get($user, 'name', '---') }} | ||||
| Details: | {{ $description ?? '---' }} | ||||
| Amount in words: | {{ data_get($credit_account, 'amount_in_words', '---') }} | ||||
Approved by
...................................................
Created by
...................................................
Recipient
Name
...................................................
Signature
...................................................
| Account No. | Reference No. | Notes | Tour File | Amount |
|---|---|---|---|---|
| {{ data_get($credit_account, 'account_title', '---') }} | - | Settlement of Advance Payment | - | {{ number_format(data_get($credit_account, 'credit_amount', 0), 2) }} |