{{-- resources/views/admin/dashboard.blade.php --}} @extends('layouts.contentLayoutMaster') @section('title', 'Admin Dashboard') @section('content')

Welcome Admin - {{ Auth::user()->name }}

System Control Panel
{{-- ✅ Success Flash Message --}} @if (session('success')) @endif

You have full access to:

  • 🧑‍💼 Agent and Client activity
  • ⚙️ System-wide settings
  • ☎️ Contact page & Useful Links editor
  • 📈 Lead assignment and reports
@endsection