@php if(Auth::guard('admin')->check()) { $notifications= showNotificaton(); }else{ $notifications= showNotificatonForMember(); } @endphp Fefka
×
@if(Auth::guard('admin')->check()) @endif