@extends(template().'layouts.user')
@section('title')
{{ __('Pay with ').__(optional($deposit->gateway)->name) }}
@endsection
@section('content')
@push('style')
@endpush
@lang("Pay with") @lang(optional($deposit->gateway)->name)
@endsection
@push('css-lib')
@endpush
@push('js-lib')
@endpush