@extends('layouts.master') @section('css') @endsection @section('main_content')

Default dashboard

Good day, {{ $authUser->first_name ?? 'Guest' }}

Welcome to the Edmin family! We are delighted that you have visited our dashboard.

{{ sprintf("%02d", \App\Models\Customer::count()) }}

Total Customers

Monthly Overview - Active Employees per Domain

Monthly Overview - Total Domains

@endsection @section('scripts') @endsection