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

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

From here, you can manage:
@if (session('success')) @endif
  • ✅ Clients
  • ✅ Assigned and Purchased Leads
  • ✅ Appointments & Scheduling
  • ✅ Files & Document Uploads
{{-- Clickable Stat Cards --}}
{{-- Total Clients --}} {{-- Assigned Leads --}} {{-- Upcoming Appointments --}} {{-- Uploaded Files --}}
{{-- Chart Placeholder --}}
Lead Performance Chart
[ Chart Placeholder ]
{{-- Feather Icons & Tooltips --}} @push('scripts') @endpush {{-- Custom CSS --}} @endsection