@extends('layouts.frontend') @section('content')
ADD BALANCE/FUNDS
@csrf

Your current currency is {{$currency->code}}



@foreach ($activeGateway as $Gateway)
@endforeach
Balance Information
Current Balance
Balance After Deposit
Payment
Payment Gateway
Deposit Amount
Charge

Total Pay

@endsection @section('seo') {{'Add Funds - ' . $siteTitle}} @endsection @section('footer_script') @endsection