@vite('resources/site/scss/app.scss')
@if($logo)
@else
{{ $project->name }}
@endif
@if($attributes->has('documentationVersion'))
@endif
{{ __('site.Menu') }}
request()->route()->named(['home', 'language.home', 'project.home', 'project.language.home'])])>{{ $websiteTranslations->translate('site.About project') }}
request()->route()->named(['documentation', 'documentation.home'])])>{{ $websiteTranslations->translate('site.Documentation') }}
request()->route()->named(['feedback', 'language.feedback', 'project.feedback', 'project.language.feedback'])])>{{ $websiteTranslations->translate('site.Feedback') }}
@if($attributes->has('documentationVersion'))
@endif
@yield('h1', '')
@includeWhen($errors->any(), 'layout.site._errors', ['errors' => $errors->all()]) @includeWhen(Session::has('success'), 'layout.site._success', ['success' => Session::get('success')]) {{ $slot }}
@vite('resources/site/js/app.js') @stack('scripts')