@csrf

{{ __('Choose transaction for a refund') }}:

{{ __('User') }}: {{ $user->firstname . ' ' . $user->lastname }}
{{ __('National ID') }}: {{ $user->authority_id }}
@php // $conversion_rate = Cache::get('conversionRate'); $currencies = \App\Services\CacheService::getCurrencies(); @endphp @foreach ($deposit_vouchers as $voucher) @php $name = ($voucher->curid && isset($currencies[$voucher->curid])) ? $currencies[$voucher->curid]->name : getenv('GLOBAL_CURRENCY'); $rate = $conversion_rate[3003][$name]; $converted_amount_hidden = ($voucher->converted_amount - $voucher->refunded_amount); $converted_amount_gtq = $converted_amount_hidden * (1/$rate); @endphp @if($voucher->refunded_amount != $voucher->converted_amount) @endif @endforeach {{-- --}}
Generated Deposit Amount Credit card Available for refund {{ getenv("PLATFORM_CURRENCY") }} {{ __("Amount")}} {{ getenv("GLOBAL_CURRENCY") }} {{ __("Amount")}} {{ __("Action")}}
{{ $voucher->createtime }} {!! GetMoneyStr3($voucher->amount, true, getenv('PLATFORM_CURRENCY_ID')) !!} {{ $voucher->cardnumber }} {!! GetMoneyStr3(($voucher->converted_amount - $voucher->refunded_amount)*($voucher->amount / $voucher->converted_amount), true, getenv('PLATFORM_CURRENCY_ID')) !!} / {!! GetMoneyStr3(($voucher->converted_amount - $voucher->refunded_amount), true, $voucher->curid) !!} Process
{{ $deposit_vouchers->onEachSide(3)->links() }}