@yield('code')
@hasSection('headline') @yield('headline') @else @yield('message') @endif
@hasSection('headline')@yield('message')
@endif{{-- The layout every error page extends: this package's 403, 404, 419, 429, 500 and 503, and the framework's own 401 and 402, which extend `errors::minimal` and find this file before the framework's (the provider appends this folder's parent to `view.paths`). Sections — the framework layout's `title`, `code` and `message`, plus three of its own, so either layout renders the other's pages: `title` the browser tab, followed by the app name; `code` the status, drawn in display type over the shape; `headline` what happened, in a few words (without it, `message` is the headline); `message` one sentence on what to do about it; `shape` an M3 Expressive shape name (`cookie-7` by default), in primary-container; `actions` the buttons; by default a filled Home and, when the visitor came from a page on the way here, a text Back. The page carries its own component rules, so an application imports nothing for it: its CSS entry imports the stylesheets its own views render, and none of them renders this layout. With a build, the app's own Vite entries (`livewire-material.showcase.vite`) bring the foundation, tokens, scheme and font, and a ` @else @endif
@yield('code')
@yield('message')
@endif