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

@lang('You have requested') {{ showAmount($data['amount']) }} , @lang('Please pay') {{ showAmount($data['final_amount'], currencyFormat:false) . ' ' . $data['method_currency'] }} @lang('for successful payment')

@lang('Please follow the instruction below')

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

@endsection