{{-- Monitoring — Preset Bar (shared partial) Included by both My Queue and All Orders tabs. Presets are page-wide (they save/restore All Orders filter state). --}}
{{-- Active preset pill --}} @if ($activePresetId) @php $activePreset = collect($this->userPresets)->firstWhere('id', $activePresetId); @endphp @if ($activePreset) {{ $activePreset->name }} @endif @endif {{-- Presets dropdown (Alpine.js) --}}