@include('twill::partials.head') @if (app()->environment('local', 'development') && config('twill.dev_mode', false)) @endif @include('twill::partials.icons.svg-sprite')
@if (config('twill.enabled.search', false) && !($isDashboard ?? false)) @endif
@hasSection('primaryNavigation') @yield('primaryNavigation') @else @endif
@yield('content') @if (config('twill.enabled.media-library') || config('twill.enabled.file-library'))

{!! twillTrans('twill::lang.media-library.dialogs.delete.delete-media-desc') !!}

{!! twillTrans('twill::lang.media-library.dialogs.replace.replace-media-desc') !!}

@endif
@include('twill::partials.footer')
@if (config('twill.enabled.users-management'))
@csrf
@endif @stack('extra_js')