{!! Theme::section('community.pannel.cms.pages-menu',['subpage'=>'page_list']) !!}
{{trans('organizationpages.add-page')}}
{{ csrf_field() }}
{{trans('organizationpages.desired-url-will-be')}} {{$community->present()->url('page')}}/

html_edit_code) style="display:none" @else style="display:block" @endif>
{!! Theme::section('community.pannel.cms.pages.pagebuilder.template-sidemenu') !!}
{!! Theme::section('community.pannel.cms.pages.pagebuilder.default-editor-contents') !!}
{!! Theme::section('community.pannel.cms.pages.pagebuilder.template-design') !!}
html_edit_code) style="display:block" @else style="display:none" @endif> @if($theme_id and $selected_theme and $selected_theme->html_edit_code) @php $editData = $selected_theme->html_edit_code; $editData = replaceCommunityHeaderTokens($editData, $community ?? null, $homecontents ?? null, $pages ?? null); @endphp {!! Theme::section('htmleditor.index',['editData'=>$editData]) !!} @else