• Dashboard
  • Applications
  • @role('SuperAdmin|Consultancy')
  • Leads
  • Add Students
  • @endrole
  • Leads by Source
    • Online Registration
    • Office Visits
    • Social Media Leads
    • Reference
    • Website Forms
  • Leads by Campaigns
      @if (getCampaign()->count() > 0) @foreach (getCampaign() as $campaign)
    • {{ $campaign->name }} @if ($campaign->registrations->isEmpty() == false)
        @foreach ($campaign->registrations->unique('leadcategory_id') as $registration)
      • {{ $registration->leadcategory->name }}
      • @endforeach
      • View All
      @endif
    • @endforeach @endif
    • Campaign 1
    • Campaign 2
    • Campaign 3
    • Campaign 4
    • Campaign 5
  • @role('SuperAdmin')
  • Follows-Ups
    • Follow Ups List
    • Follow ups Categorized by Date
    • Todays Follow Up
    • Follow Up by Staff
  • @endrole
  • Settings
  • @role('SuperAdmin')
  • Campaigns
    • List Campaign
    • Create Campaign
  • @endrole
  • Lead Sources
    • List Lead Sources
    • Create New Source
  • Qualifications
    • List Qualification
    • Add Qualification
  • Test Preparations
    • List Preparation
    • Add Test Preparation
  • Lead Categories
    • List Lead Category
    • Add Lead Category
  • @role('SuperAdmin')
  • Admin
    • Users
    • Roles
    • Permissions
  • @endrole