@extends('layouts.users') @section('content')
@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'): 1 {{__($general->cur_text)}} = {{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