@vite(['resources/css/app.css', 'resources/js/app.js'])
@livewireStyles
{{-- guest.blade.php is only ever rendered inside the /{tenant} route
group (see routes/erp.php -> auth.php), so the tenant param
Livewire's update route needs is always available here - this
is what actually starts Alpine (see resources/js/app.js), which
the password show/hide toggle depends on. --}}
@livewireScripts