CRM
  • {{$notificationCount}}
    • You have {{$notificationCount}} new notifications

    • @if($notifications && $notificationCount > 0) @foreach($notifications as $notification)
    • {{ !empty($notification->name) ? $notification->name : 'Unknown' }} has Follow up date
    • @endforeach
    • See all notifications
    • @else
    • No Notification
    • @endif
    {{--
  • --}}
  • {{Auth::user()->name}}
      {{--
    • Profile
    • --}} {{--
    • Settings
    • --}} {{--
    • Notification
    • --}}
    • {{ __('Logout') }}
      @csrf
  • {{--
  • --}}