@if(auth()->user()->myNotifications()->wherePivotNull('read_at')->count() >0) {{auth()->user()->myNotifications()->wherePivotNull('read_at')->count() >99 ? '99+' : auth()->user()->myNotifications()->wherePivotNull('read_at')->count() }} @endif
.dropdown-menu-edit{ width: max-content; overflow-y: scroll; max-height: 400px; } @media (max-width : 900px){ .dropdown-menu-edit p{ width : 250px; } }