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

@lang('You have requested to deposit') {{ showAmount($data['amount']) }} @lang('in') {{$data['method_currency'] }},
@lang('Please send exactly') {{ showAmount($data['final_amount'], currencyFormat: false) . ' ' . $data['method_currency'] }} @lang('for a successful deposit.')

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