@php
$notificationService = app(\App\Services\NotificationService::class);
$notificationService->calculateAndCreateNotifications();
$notificationUnreadCount = $notificationService->getUnreadCount();
$notificationRecent = $notificationService->getRecentNotifications(10);
@endphp
@php
$notificationService = app(\App\Services\NotificationService::class);
$notificationService->calculateAndCreateNotifications();
$notificationUnreadCount = $notificationService->getUnreadCount();
$notificationRecent = $notificationService->getRecentNotifications(10);
@endphp