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