{{ config('app.name') }}
  • Dashboard
  • @if($user->checkPermission('lead.sources.type.list'))
  • Lead Source Type
  • @endif
  • All Leads
      @if($user->checkPermission('lead.add'))
    • Add New Lead
    • @endif @foreach(['new', 'follow up', 'digital marketing', 'pos lead', 'school lead', 'software lead', 'garbage sent'] as $status) @if($user->checkPermission('lead.' . str_replace(' ', '.', $status)))
    • {{ ucfirst($status) }}
    • @endif @endforeach @if($user->checkPermission('lead.view'))
    • All Lead Info
    • @endif
  • @if($user->checkPermission('show.appointment.list'))
  • Appointments
  • @endif @if($user->checkPermission('project.create'))
  • Project Setup
  • @endif @if($user->checkPermission('project.index'))
  • Project List
  • @endif @if($user->checkPermission('project.renew'))
  • Renew
  • @endif @if($user->checkPermission('renew.index'))
  • Renew Payment List
  • @endif @if($user->checkPermission('sms'))
  • Send SMS @new
  • @endif @if($user->checkPermission('crm.list'))
  • CRM
  • @endif @if($user->checkPermission('role'))
  • CRM Role & Permission
  • @endif