{{-- Cannot use $theme_url here: if a theme uses the base layout, it would also have to provide all these dependencies! --}} {{-- As these files are shipped with core (not a theme) use the main app.version instead of the current theme's version --}} @if (\App\Facade\Theme::hasStylesheet()) @endif @stack('styles') @include('themes.base.partials.navbar') @yield('breadcrumb')
@if (isset($error))
{{ $error }}
@endif @if (isset($warning))
{{ $warning }}
@endif @if (isset($success))
{{ $success }}
@endif @if (isset($info))
{{ $info }}
@endif @yield('content') @if (isset($is_admin) && $is_admin) @include(\App\Facade\Theme::viewName('partials.copyright_admin')) @elseif (!\App\Facade\UserConfig::get('remove_copyright')) @include(\App\Facade\Theme::viewName('partials.copyright_gallery')) @endif
{{-- Cannot use $theme_url here: if a theme uses the base layout, it would also have to provide all these dependencies! --}} {{-- As these files are shipped with core (not a theme) use the main app.version instead of the current theme's version --}} @stack('scripts')