{{-- 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. --}} {{-- The showcase is the package's own page and ships no icon: an empty data URI keeps the browser from asking the application for /favicon.ico, which its routes need not answer. --}} {{ $pageTitle }} @if (($scripts = \NoNameWeb\LivewireMaterial\Http\Controllers\ShowcaseAssetController::scripts()) !== []) @vite($scripts) @endif @livewireStyles