@extends('admin.layouts.master-soyuz') @section('title','Wallet Setting | ') @section('body') @component('admin.component.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('Wallet Setting') }} @endslot @slot('menu1') {{ __('Wallet Setting') }} @endslot @endcomponent


It will activate the wallet on portal
Wallet States:

{{ $states['activeuser'] }}

Active Wallet Users

(Counted active wallet users ONLY)

{{ $states['totaluser'] }}

Total Wallet Users

(Counted active and deactive wallet users)

{{ $states['wallettxn'] }}

Wallet Transcations

(No of user wallet transcations made on {{ config('app.name') }})

{{ $states['overallwalletbalance'] }}

Overall Wallet balance

(Overall wallet balance of active wallet users)

{{ $states['walletorders'] }}

Total Wallet Orders

(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