@extends($activeTemplate . 'layouts.master') @section('content')
@csrf

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

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