{{-- 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::environment() == 'production') @else @endif @stack('styles') @include('install.navbar') {{-- Render breadcrumb within a container if present in the sub-view --}} @if (View::hasSection('breadcrumb'))
@endif @if (isset($error))
{{ $error }}
@endif @if (isset($warning))
{{ $warning }}
@endif @if (isset($success))
{{ $success }}
@endif @if (isset($info))
{{ $info }}
@endif
@yield('content')
@include('themes.base.partials.copyright_admin') {{-- 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::environment() == 'production') @else @endif @stack('scripts')