-
{{-- AGENT MENU --}}
@if ($role === 'agent')
- Dashboard
- Profile
- Clients {{-- Single Leads entry (everything funnels to the index with tabs) --}}
- Leads {{-- Removed: Purchase Leads, Purchased Leads, Archived Purchased --}}
- Files
- Appointments
- Resources
- Settings @endif {{-- CLIENT MENU --}} @if ($role === 'client')
- Dashboard
- Profile
- My Agent
- Files
- Appointments @endif {{-- ADMIN MENU --}} @if ($role === 'admin')
- Dashboard
- Profile
- Users
- Roles
- Permissions
- Leads
- Support Contact
- Useful Links
- Settings @endif