@extends(template().'layouts.user')
@section('title')
{{ 'Pay with '.optional($deposit->gateway)->name ?? '' }}
@endsection
@section('content')
@lang('Pay with ' . optional($deposit->gateway)->name)
@lang('Please Pay') {{getAmount($deposit->payable_amount)}} {{$deposit->payment_method_currency}}
@lang('To Get') {{getAmount($deposit->amount)}} {{ $deposit->payment_method_currency }}
@endsection
@push('script')
@endpush