@include('shared.head') @yield('title') - {{ option_localized('site_name') }} @yield('style')
@include('shared.header') @include('shared.sidebar', ['scope' => 'admin']) @yield('content') @include('shared.footer')
@include('shared.foot') @yield('script')