@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')

{{ __('Page') }} / {{ data_get($content, 'name', __('New Page')) }}

{{ __('If you leave blank then it use page title as heading.') }}
{{-- @if() expanded @endif --}}
{{ __('Set a custom link (with http://) to redirect external link.') }}

{{ __('Supported shortcut:'). ' [[site_name]], [[site_email]]' }}

ACTIVE) == $iStatus->ACTIVE) ? ' checked=""' : ''}}>
  • @if (data_get($content, 'trash')==1)
  • {{ __('Delete Page') }}
  • @endif
@endsection @push('scripts') @endpush