@php $badgecount = auth()->guard('customer')->user()->unreadNotifications->count() @endphp @if($badgecount == '0') 0 @else {{ $badgecount }} @endif