@extends(template().'layouts.user') @section('title') {{ __('Pay with ').__(optional($deposit->gateway)->name) }} @endsection @push('style') @endpush @section('content') @lang('Pay with' . optional($deposit->gateway)->name) @lang("Home") @lang("add fund") @lang('Pay with' . optional($deposit->gateway)->name) @lang('Please Pay') {{getAmount($deposit->payable_amount)}} {{$deposit->payment_method_currency}} @csrf @endsection @push('js-lib') @endpush