@extends('layouts.users') @section('content')
@lang('Image')

    @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
@if( 1000 >$data->method_code) @lang('Pay Now') @else @lang('Pay Now') @endif
@endsection @push('style') @endpush