@extends($activeTemplate . 'layouts.master') @section('content')
@lang('Deposit via') {{ __($data->gateway->name) }}

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

@lang('Please follow the instruction below')

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

@csrf
@endsection