@extends('layouts.app') @section('title', 'Admin Dashboard') @section('page-title', 'Admin Dashboard') @section('sidebar') @include('partials.admin-sidebar') @endsection @section('content')

Welcome, {{ auth()->user()->name }}

Total Users
{{ $stats['total_users'] }}
Total Vendors
{{ $stats['total_vendors'] }}
Total Managers
{{ $stats['total_managers'] }}
Total Admins
{{ $stats['total_admins'] }}
Manage All Users
@endsection