• Dashboard
  • @role('SuperAdmin')
  • Admin
    • Users
    • Roles
    • Permissions
    • Qualification
    • Preparation
    • Lead Category
  • @endrole
  • Registrations
      @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 @role('SuperAdmin|Consultancy')
    • View All
    • @endrole
  • @role('SuperAdmin')
  • Campaign
  • Follow Up
  • @endrole
  • {{Auth::user()->name}}
    • My Profile
    • Settings
    • Log Out
      {{ csrf_field() }}