@php use Illuminate\Support\Facades\Auth; $logged_in_user = Auth::user(); use App\General\InvoiceClass; use App\Models\Product; use Illuminate\Support\Str; use App\General\ProductClass; @endphp @include('Admin.Includes.header')

{{ $all_orders }}

All Orders

{{ $comp_orders }}

Complete Orders

{{ $inpro_orders }}

In Progress Orders

{{ $pend_orders }}

Pending Orders

{{ $canc_orders }}

Cancelled Orders
Users

{{ $total_users }}

Products

{{ $total_products !== '' ? $total_products : '0' }}

Product Brands

{{ $total_brands !== '' ? $total_brands : '0' }}

Area Groups

{{ $total_areagroups !== '' ? $total_areagroups : '0' }}

POS Orders

{{ $invoice_orders }}

New Customers
Order History
@include('Admin.Includes.footer')