{{-- No @livewireStyles/@livewireScripts here on purpose: Livewire's update route is wired to require the /{tenant} prefix (see TenancyServiceProvider), and the operator area is deliberately plain controllers/Blade, not Livewire - see OperatorTenantController's docblock. Alpine (needed for the password show/hide toggle) is started standalone via operator.js instead of coming bundled with Livewire's scripts like everywhere else. --}} @vite(['resources/css/app.css', 'resources/js/operator.js'])