@extends(template().'layouts.user') @section('title') {{ 'Pay with ' . optional($deposit->gateway)->name ?? 'Manual Transfer' }} @endsection @push('style') @endpush @section('content')
@lang("You have requested to deposit") {{ number_format($deposit->amount, 2) }} {{ $deposit->payment_method_currency }} , @lang("Please pay") {{ getAmount($deposit->payable_amount) }} {{ $deposit->payment_method_currency }} @lang("for successful payment.")
@lang(optional($deposit->gateway)->note)