@extends('user.layouts.master') @php $iso2 = $country->iso2; $branch_status = branch_required_permission($iso2); $pricison = $gateway->crypto == 1 ? 8 : 2; @endphp @push('css') @endpush @section('breadcrumb') @include('user.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("user.dashboard"), ] ], 'active' => __("withdraw")]) @endsection @section('content')

{{__(@$page_title)}}

!
@csrf
{{-- call components --}} @if($country->currency_code == "USD") @include('user.sections.money-out.automatic.flutterwave-country-component.usd-accounts') @elseif ($country->currency_code == "EUR" || $country->currency_code == "GBP" ) @include('user.sections.money-out.automatic.flutterwave-country-component.eur-gbp-accounts') @elseif ($country->currency_code == "NGN") @include('user.sections.money-out.automatic.flutterwave-country-component.ngn-accounts') @elseif ($country->currency_code == "ZAR") @include('user.sections.money-out.automatic.flutterwave-country-component.zar-accounts') @elseif ($country->currency_code == "TZS") @include('user.sections.money-out.automatic.flutterwave-country-component.tzs-accounts') @elseif ($country->currency_code == "KES") @include('user.sections.money-out.automatic.flutterwave-country-component.kes-accounts') @else @include('user.sections.money-out.automatic.flutterwave-country-component.african-accounts') @endif
!
{{__("Withdraw Money Information!")}}
{{ __("Entered Amount") }}
{{ number_format(@$moneyOutData->amount,$pricison )}} {{ get_default_currency_code() }}
{{ __("Exchange Rate") }}
{{ __("1") }} {{ get_default_currency_code() }} = {{ number_format(@$moneyOutData->gateway_rate,$pricison )}} {{ @$moneyOutData->gateway_currency }}
{{ __("Conversion Amount") }}
{{ number_format(@$moneyOutData->conversion_amount,$pricison )}} {{ @$moneyOutData->gateway_currency }}
{{ __("Total Fees & Charges") }}
{{ number_format(@$moneyOutData->gateway_charge,$pricison )}} {{ @$moneyOutData->gateway_currency }}
{{ __("Will Get") }}
{{ number_format(@$moneyOutData->will_get,$pricison )}} {{ @$moneyOutData->gateway_currency }}
{{ __("Total Payable") }}
{{ number_format(@$moneyOutData->payable,$pricison )}} {{ get_default_currency_code() }}
@endsection @push('script') @endpush