@php use \App\Enums\TransactionType; $title = ($todo=='any') ? __('Transaction') : $todo; $fund = ($todo=='any') ? __('Transaction') : $todo; @endphp
{{ __("Add Charge") }}: {{ __("Amount will be deduct/debit from account balance.") }}
{{ __("Add Bonus/Deposit") }}: {{ __("Amount will add/credit into account balance.") }}
{{ __("Leaving blank description will add 'Debited Balance' or 'Credited Balance' based on type.") }}
{{ __("You can not undo this action once you confirmed to add.") }}