@extends('frontend::deposit.index') @section('deposit_content') @push('styles') @endpush
@csrf
{{ $currency }}

{{ __('Review Details:') }}

{{ __('Amount') }}
{{ __('Charge') }}
{{ __('Payment Method') }}
{{ __('Total') }}
@push('scripts') @endpush @endsection