@extends('admin.layouts.master') @section('title','Wallet Setting | ') @section('body')
Wallet Settings


It will activate the wallet on portal

Wallet States:

Active Wallet Users {{ $states['activeuser'] }} (Counted active wallet users ONLY)
Total Wallet Users {{ $states['totaluser'] }} (Counted active and deactive wallet users)
Wallet Transcations {{ $states['wallettxn'] }} (No of user wallet transcations made on {{ config('app.name') }})
Overall Wallet balance {{ $states['overallwalletbalance'] }} (Overall wallet balance of active wallet users)
Total Wallet Orders {{ $states['walletorders'] }} (Total no. of orders made by wallet)

Order Wallet Report:

# TXN ID Note Type Amount Balance Transcation Date Transcation Time
@endsection @section('custom-script') @endsection