{{ count($user->unreadNotifications) }} @lang('app.unreadNotifications')
@foreach ($user->unreadNotifications as $notification) @include('notifications.member.detail_'.\Illuminate\Support\Str::snake(class_basename($notification->type))) @endforeach