@extends('admin.layout.layout') @section('content')

Welcome {{ Auth::guard('admin')->user()->name }}

{{-- Accessing Specific Guard Instances: https://laravel.com/docs/9.x/authentication#accessing-specific-guard-instances --}}
All systems are running smoothly!

Total Sections

{{ $sectionsCount }}

Total Categories

{{ $categoriesCount }}

Total Products

{{ $productsCount }}

Total Brands

{{ $brandsCount }}

Total Orders

{{ $ordersCount }}

Total Coupons

{{ $couponsCount }}

Total Users

{{ $usersCount }}

Total Subscribers

0

@include('admin.layout.footer')
@endsection