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

@lang('Deposit Confirmation')

@lang('Send deposit amount to the below information and submit required proof to the system\'s admin. The admin will check the request and will match the submitted proof. After verification, if everything is ok, the admin will approve the request and the amount will be deposited to your Deposit Wallet.')

{{ $data->gateway->name }} @lang('Payment')
@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')

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

@endsection