@extends('layouts.millage') @section('title', $title) @section('content')
Fund your account balance
@csrf
Enter Amount
Choose Payment Method from the list below
@forelse ($dmethods as $method) @empty

No Payment Method enabled at the moment, please check back later.

@endforelse @if (count($dmethods) > 0)
@endif
Total Deposit
-
{{ $settings->currency }}{{ number_format($deposited, 2, '.', ',') }}
Amount
@section('scripts') @parent @include('millage.user.script') @endsection @endsection