@include('layout.dashboard.head') @livewireScripts @yield('content')
@auth {{-- Auto-logout after N minutes of no user activity. The server-side EnforceIdleTimeout middleware is the authoritative check; this timer redirects the browser so the user doesn't sit on a stale page. --}} @endauth