@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', []))) ); $slug = $slug ?? null; $pg_pid = data_get($content, 'pid') ?? request()->route('id'); @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 ($pg_pid == 0)
{{ __('Set a custom link (with http://) to redirect external link.') }}
@endif

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

ACTIVE) == $iStatus->ACTIVE) ? ' checked=""' : ''}}>
  • @if (data_get($content, 'trash')==1)
  • {{ __('Delete Page') }}
  • @endif
@if (filled(data_get($content, 'translatedPage')) && data_get($content, 'trash') == 1)
  • {{ __("Deleting this page will cause in deleting all the translated versions of this page.") }}

@endif
@endsection @push('scripts') @endpush