@extends('layout.front.app',[ 'title' => Config::get('constants.SITE_NAME') ]) @section('content')

Available Balance {{ $userWalletAmount }}

Minimum Add Amount : {{ $minAddWalletAmount }}.

@csrf

Please take your payment screenshot and attach it with next step form.

UPI :
{{ Config::get('constants.UPI_ID') }}
 



@stop