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

@lang('You have requesting') {{ showAmount($data['amount']) }} , @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