@include('core/base::layouts.' . AdminAppearance::getCurrentLayout() . '.partials.navbar')
Route::currentRouteName() === 'media.index', ])> @include('core/base::layouts.partials.page-header')
{!! apply_filters('core_layout_before_content', null) !!} @yield('content') {!! apply_filters('core_layout_after_content', null) !!}
@include('core/base::layouts.partials.footer')
@if (\Botble\Base\Supports\Core::make()->isSkippedLicenseReminder()) @include('core/base::system.license-invalid', ['hidden' => false]) @endif @include('core/base::global-search.form') @include('core/media::partials.media') {!! rescue(fn () => app(Tighten\Ziggy\BladeRouteGenerator::class)->generate(), report: false) !!} @if(App::hasDebugModeEnabled()) @endif