@php $viteManifest = json_decode(file_get_contents(public_path('build/manifest.json')), true); $cssFilePath = $viteManifest['resources/js/app.js']['css'][0] ?? null; @endphp @if ($cssFilePath) @endif
@if (file_exists(public_path('logo.png')))
{{ config('app.name') }}
@endif
@if (!isset($withSteps) || (isset($withSteps) && $withSteps !== false)) @include('installer::menu') @endif @error('general')

{!! nl2br($message) !!}

@enderror {{ $slot }}