@extends('admin.layouts.app') @section('content') {{-- Page Content --}}
{{-- Failed --}} @if (Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
{{-- Message --}} @if(session()->has('message')) @php session()->forget('message'); @endphp @endif

Tool24, is one of the products by GJTECH SOFT.If you are watching this demo, The seller of this software is Gyanendu Jigyasa, Don't trust anyone's words, even if they tell you something, watch the demo and contact Gyanendu Jigyasa directly if you like this software., Call or whatsapp Gyanendu Jigyasa: +91-9106014883

Tool24, GJTECH SOFT के उत्पादों में से एक है। यदि आप यह डेमो देख रहे हैं, तो इस सॉफ़्टवेयर का विक्रेता ज्ञानेंदु जिज्ञासा है, किसी की बातों पर भरोसा न करें, भले ही वे आपको कुछ बताएं, डेमो देखें और यदि आप सीधे ज्ञानेंदु जिज्ञासा से संपर्क करें इस सॉफ़्टवेयर को पसंद करें, कॉल करें या व्हाट्सएप करें ज्ञानेंदु जिज्ञासा: +91-9106014883

No one in my team who work with me/ mere alawa koi aur person nahi hai isko sell karen k lea mere team/ koi bhi aap se ye kahta hai wo meri team me hai ya maine usko diya to uske upar vishaws na kare, Direct Gyanendu Jigyasa ko Cotact kare: +91-9106014883

Source Code Price: ₹5000

{{-- This Month Income --}}
{{ __('This Month Income') }}
{{ $currency->symbol }}{{ number_format($this_month_income, 2)}}
{{-- Today Income --}}
{{ __('Today Income') }}
{{ $currency->symbol }}{{ number_format($today_income, 2)}}
{{-- Overall Users --}}
{{ __('Overall Users') }}
{{ $overall_users }}
{{-- Today Users --}}
{{ __('Today Users') }}
{{ $today_users }}
{{-- Sales Chart --}}

{{ __('Total Sales Overview') }}

{{-- Users Chart --}}

{{ __('New Users Overview') }}

{{-- Footer --}} @include('admin.includes.footer')
{{-- Custom JS --}} @section('custom-js') @endsection @endsection