@inject('deployment', 'App\Services\DeploymentService')
@php
// Reverb (Echo) endpoint derived at RUNTIME from the effective domain, so changing
// the panel domain from the dashboard needs no JS rebuild. Read by resources/js/app.js.
$reverb = $deployment->reverbClient();
@endphp
{{ $title ?? 'Clusev' }}
@include('partials.head-icons')
@vite(['resources/css/app.css', 'resources/js/app.js'])
@livewireStyles
{{-- mobile/tablet backdrop --}}
{{ $slot }}
{{-- Toaster: catches Livewire-dispatched `notify` browser events --}}
{{-- Command palette + keyboard shortcuts (persistent; one global keydown listener) --}}
@livewireScripts