@extends($activeTemplate.'layouts.master') @section('content')
{{__($pageTitle)}}
@csrf

@lang('You have requested') {{ showAmount($data['amount']) }} {{__($general->cur_text)}} , @lang('Please pay') {{showAmount($data['final_amo']) .' '.$data['method_currency'] }} @lang('for successful payment')

@lang('Please follow the instruction below')

@php echo $data->gateway->description @endphp

@endsection