@php $notifService = app(\App\Services\NotificacionService::class); $notifCount = $notifService->contarNoLeidas(Auth::user()); $notifItems = $notifService->noLeidas(Auth::user(), 6); @endphp