{{-- Full-screen layout without side/top navigation: used for pages that must block the user from any other action (expired-password change, pause). --}} @extends('layouts.admin') @section('content') @livewire($class, $variables ?? []) @endsection