• @lang('app.newNotifications') @lang('app.markRead')
  • @forelse ($user->unreadNotifications as $notification) @if(view()->exists('notifications.member.'.\Illuminate\Support\Str::snake(class_basename($notification->type)))) @include('notifications.member.'.\Illuminate\Support\Str::snake(class_basename($notification->type))) @endif @empty
  • @lang('messages.noNotification')
  • @endforelse