@include('include.employer-side-nav')
-
@lang('Amount')
{{showAmount($data->amount)}}
{{-- {{__($general->cur_text)}} --}}
-
@lang('Charge')
{{showAmount($data->charge)}}
{{-- {{__($general->cur_text)}} --}}
-
@lang('Payable')
{{showAmount($data->amount + $data->charge)}}
{{-- {{__($general->cur_text)}} --}}
-
@lang('Conversion Rate')
{{-- {{__($general->cur_text)}} --}}
1 = {{showAmount($data->rate)}} {{__($data->baseCurrency())}}
-
@lang('In')
{{$data->baseCurrency()}}:
{{showAmount($data->final_amo)}}
@if($data->gateway->crypto==1)
-
@lang('Conversion with')
{{ __($data->method_currency) }} @lang('and final value will Show on next step')
@endif
@if( 1000 >$data->method_code)
{{-- {{route('employer.deposit.confirm')}} --}}
@lang('Pay Now')
@else
{{-- {{route('employer.deposit.manual.confirm')}} --}}
@lang('Pay Now')
@endif