@include('partials._header', ['title' => $title ?? '']) @include('partials._navigation')
@yield('workspace') @if(!isset($footer) or $footer) @include('partials._footer') @endif
@hasSection('sidebar') @endif @yield('scripts')