@php $content = $pageDetails ?? collect([]); $activeAdvance = ( filled(data_get($content, 'menu_link')) || (data_get($content, 'public', 1) == 0) || (data_get($content, 'params.is_html') == 'on') ); $activeSEO = ( !empty(array_filter(data_get($content, 'seo', []))) ); @endphp @extends('admin.layouts.master') @section('title', __('Quick Edit Page')) @section('has-content-sidebar', 'has-content-sidebar') @section('content-sidebar') @include('admin.manage-content.pages.content-sidebar', compact('pages', 'content')) @endsection @section('content')