{{-- ══════════════════════════════════════════════════════════════════════ --}} {{-- AGENT STATUS BAR (always visible in the header) --}} {{-- ══════════════════════════════════════════════════════════════════════ --}}
{{-- Live-call badge (shown while a call is active) --}} @if($phase === 'connected')
In Call
@endif {{-- Presence + dialpad — one pill. Opens the panel below, where you both set your status and dial. Colour reflects the current presence. --}}
{{-- ══════════════════════════════════════════════════════════════════════ --}} {{-- AD-HOC DIALPAD (fixed bottom-right, shown when idle) --}} {{-- ══════════════════════════════════════════════════════════════════════ --}} @if($showDialpad && !$visible) @endif {{-- ══════════════════════════════════════════════════════════════════════ --}} {{-- SOFTPHONE OVERLAY CARD (fixed bottom-right, shown only when active) --}} {{-- ══════════════════════════════════════════════════════════════════════ --}} @if($visible) @endif {{-- ── Overlay styles ──────────────────────────────────────────────────────── --}}