{{-- The showcase's ``, shared by layout.blade.php and shell.blade.php: the application's own entries without its stylesheets (ShowcaseAssetController::scripts() says why), then the showcase's own bundle — all.css, showcase.css and the application's scheme — as the page's only CSS. $pageTitle is the including view's own, already built. --}} {{ $pageTitle }} @if (($scripts = \NoNameWeb\LivewireMaterial\Http\Controllers\ShowcaseAssetController::scripts()) !== []) @vite($scripts) @endif @livewireStyles