• {{$unreadNotificationsCount == 0 ? null : $unreadNotificationsCount }} icone
    @if($isOpen)
    {{--
    --}}
    Inbox
    All
    @if ($unreadNotificationsCount > 0)
    Mark all as read
    @endif
    @foreach ($notifications as $notification) {!!$notification!!} @endforeach
    @endif