@extends('admin.layouts.master-soyuz') @section('title',__('Wallet Setting | ')) @section('body') @include('admin.layouts.topbar',$data)


{{__("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