@php /** @var \App\Models\Page $page */ if($page->parent?->filter_panel) { $filter_page = $page->parent; $filter_page->loadMissing('tags'); App\Models\Tag::attachCachedChildren($filter_page->tags); $initial_page = json_encode($filter_page->only(App\Classes\Prefs::$web_properties)); } @endphp @if($page->parent?->filter_panel) {{-- komentar za lažje urejanje v Developer Tools --}} @if(!empty(App\Classes\Prefs::$web_edit_mode) or App::isLocal()) @endif {{-- initial content, until Vue component is loaded; will vanish when component mounted because it does not have --}}








@endif