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

Welcome to your dashboard, {{ Auth::user()?->name ?? 'Admin' }}

From here, you can manage:
@if (session('success')) @endif
  • 🧑‍💼 Agent and Client activity
  • ⚙️ System-wide settings
  • ☎️ Contact page & Useful Links editor
  • 📈 Lead assignment and reports
{{-- Inline Margin Control (Optional) --}} @endsection