{{-- Top-nav alert bell. Hydrated lazily via in
layouts/default.blade.php. The setting-gate lives on the parent
tag — this view assumes the operator opted in. --}}
{{-- Cap the visual list at 50 to keep the dropdown a
sensible height even when a big deployment has
hundreds of low-inventory items simultaneously. --}}
@if (count($alert_items) <= 50)
@foreach ($alert_items as $alert_item)