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

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

Total Vendors
{{ $stats['total_vendors'] }}
Total Users
{{ $stats['total_users'] }}
Pending Products
{{ $stats['pending_products'] }}
Approved Products
{{ $stats['approved_products'] }}
Review Products
@endsection