@if (Request::is('lead-management*')) Lead Page Assistant:

1. Create Lead:
- Enter customer or company name.
- Assign a user.
- Add address and lead message details.

2. Accept the Lead:
- Review the lead details.
- Confirm the customer or reject it as junk.

3. On Progress:
- Confirm customer as direct or partner.
- Assign tickets and follow up.

4. Create Quotation:
- Prepare and send to customer.

5. Final Action:
- Mark as Won or move to Junk. @elseif(Request::is('field-sales/*')) Field Sales Assistant:

1. App Workflow:
- Start Day → Check-In at client → Meeting → Check-Out → End Day.
- Auto location capture via Google Maps.

2. Lead Filter:
- Filter and forward valid leads.

3. Visit Submission:
- Visits reviewed for travel payment.

4. Follow-Up:
- Track customer till closure.

5. Map View (Manager):
- View visit routes, check-in times, photos.

6. Reports:
- Visit count, durations, approvals.

7. App:
- Before Using app ones login in web then only Location Data will Load. @elseif(Request::is('call-manager*')) Call Management Assistant:

1. Telecaller Setup:
- Contacts loaded, calls registered.

2. Call Logs:
- Only >45 sec calls are Productive.

3. Pending Logs:
- Productive calls go to pending logs.

4. Customer Conversion:
- Convert logs to leads, schedule follow-ups.

5. Follow-Up Management:
- Add follow-up notes and actions.

6. Reporting Dashboard:
- Total/Productive calls, conversions, reports.

7. Platform Access:
- Web + App support. @elseif(Request::is('services*')) Services Management Assistant:

1. Create New Service:
- Add customer, locations, assign staff.

2. Service Acceptance:
- Tech updates status, uploads photos.

3. Mark as Pending:
- Reassign if needed.

4. Close the Service:
- Mark job complete, upload final media.

5. Admin Verification:
- Manager reviews, adds charges, confirms.

6. Payment & Handover:
- Collect and deposit payment.

7. Platform Access:
- Web + App full access. @else Approval & Permissions Assistant:

1. Approval Flow:
- Check if pending approval is blocking access.

2. User Role:
- Make sure correct role/permissions are assigned.

3. Master Data:
- Setup categories, status, types under Settings.

4. If Missing Something:
- Check approval, permissions, config.
- Contact admin if needed.

5. Still Need Help?
- Please contact support team. @endif