@includeWhen(config('streamline.open_graph.enabled'), 'streamline.partials.open-graph') @vite(['resources/css/app.css', 'resources/js/app.js']) @turbineUI @guest @if (config('streamline.demo_mode.enabled')) @includeIf ('streamline.stacks.demo-mode-banner') @endif @endguest
@include('layouts.navigation')
@if (isset($header))
{{ $header }}
@endif
{{ $slot }}
@includeIf('partials.footer')
@stack('scripts')