@php /** * Full-page staff screen lock — where every request lands while the session is * locked (Core\Controller::before() redirects here). Rendered with NO layout, so * there is no dashboard chrome behind the PIN pad. Reuses the shared
partial * so fonts, the compiled app.css (+ RTL build) and any admin custom primary colour * — which the PIN pad is styled with — all load exactly as elsewhere. * * @var array $user the signed-in staff member * @var string $home the role's landing path to return to once unlocked */ use App\Support\App; @endphp @partial('head', ['title' => t_raw('vendor.lock.locked_label')]) @partial('staff-lock', ['lockSeconds' => 0, 'fullpage' => true, 'home' => $home])