@php $generalNotifications = []; $messageNotifications = []; $alertsNotifications = []; if($notifications && count($notifications) > 0){ $generalNotifications = $notifications->where('type','general'); $messageNotifications = $notifications->where('type', 'message'); $alertsNotifications = $notifications->where('type', 'alert'); } @endphp @push('scripts') @endpush