@php if(Auth::guard('admin')->check()) { $notifications= showNotificaton(); }else{ $notifications= showNotificatonForMember(); } @endphp
There are no new notifications