@lang('global.global_title') @lang('global.global_title')
Toggle navigation
  • @php($notificationCount = \Auth::user()->internalNotifications()->where('read_at', null)->count()) @if($notificationCount > 0) {{ $notificationCount }} @endif
      • @if (count($notifications = \Auth::user()->internalNotifications()->get()) > 0) @foreach($notifications as $notification)
      • {{ $notification->text }}
      • @endforeach @else
      • No notifications
      • @endif