@extends('layout.admin') @section('styles') @endsection @section('content')

Page / Edit

{{csrf_field()}}
@error('parent_id') {{ $message }} @enderror
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@error('page_template') {{ $message }} @enderror

Page Scroll Content

page_content_enable == 1 ? 'checked' : '' }}> page_content_enable == 0 ? 'checked' : '' }}>
(Recommended size: 834 × 578 pixels, Max file size: 500KB) @if ($errors->has('page_image_url')) {{ $errors->first('page_image_url') }} @endif @if($page->page_image_url) simple Image @else simple Image @endif
@if ($errors->has('page_image_alt')) {{ $errors->first('page_image_alt') }} @endif
@if ($errors->has('page_image_title')) {{ $errors->first('page_image_title') }} @endif
@if ($errors->has('page_description')) {{ $errors->first('page_description') }} @endif

Content Details

@if ($errors->has('description')) {{ $errors->first('description') }} @endif

Widgets/Modules Before Content

@if ($errors->has('widgets_content')) {{ $errors->first('widgets_content') }} @endif

Continents Section

(Recommended size:1920 × 880 pixels, Max file size: 500KB) @if ($errors->has('continents_image_url')) {{ $errors->first('continents_image_url') }} @endif @if($page->continents_image_url) Continents Image @else Continents Image @endif
@if ($errors->has('continents_image_alt')) {{ $errors->first('continents_image_alt') }} @endif
banner_quote_enable == 1 ? 'checked' : '' }}> banner_quote_enable == 0 ? 'checked' : '' }}>

Budget Section

(Recommended size:1920 × 690 pixels, Max file size: 500KB) @if ($errors->has('budget_image_url')) {{ $errors->first('budget_image_url') }} @endif @if($page->budget_image_url) Budget Image @else Budget Image @endif
@if ($errors->has('budget_image_alt')) {{ $errors->first('budget_image_alt') }} @endif
budget_section_enable == 1 ? 'checked' : '' }}> budget_section_enable == 0 ? 'checked' : '' }}>
@if ($errors->has('budget_widgets_content')) {{ $errors->first('budget_widgets_content') }} @endif

Blog Section

(Recommended size:1920 × 690 pixels, Max file size: 500KB) @if ($errors->has('blog_image_url')) {{ $errors->first('blog_image_url') }} @endif @if($page->blog_image_url) Blog Image @else Blog Image @endif
@if ($errors->has('blog_image_alt')) {{ $errors->first('blog_image_alt') }} @endif

FAQS

faqs_enable == '1' ? 'checked' : '' }}> faqs_enable == '0' ? 'checked' : '' }}>
@if ($errors->has('faqs_heading')) {{ $errors->first('faqs_heading') }} @endif
@if ($errors->has('faqs_subheading')) {{ $errors->first('faqs_subheading') }} @endif
@if ($errors->has('faqs_description')) {{ $errors->first('faqs_description') }} @endif
(Recommended size: 803 × 729 pixels, Max file size: 500KB) @if ($errors->has('faq_image_url')) {{ $errors->first('faq_image_url') }} @endif @if($page->faq_image_url) FAQ Image @else FAQ Image @endif
@if ($errors->has('faq_image_alt')) {{ $errors->first('faq_image_alt') }} @endif
@php $faqs = json_decode($page->faqs, true) ?? []; $totalFaqs = count($faqs); @endphp
@for ($i = 0; $i < 20; $i++) @php $question = $faqs[$i]['question'] ?? ''; $answer = $faqs[$i]['answer'] ?? ''; $shouldShow = ($i == 0) || !empty($question); @endphp
@endfor

Seo Friendly Fields

seo_content_enable ?? '') == '1' ? 'checked' : '' }}> seo_content_enable ?? '') == '0' ? 'checked' : '' }}>
@if ($errors->has('page_url')) {{ $errors->first('page_url') }} @endif
@error('url_type') {{ $message }} @enderror
@if ($errors->has('browser_title')) {{ $errors->first('browser_title') }} @endif
@if ($errors->has('meta_keywords')) {{ $errors->first('meta_keywords') }} @endif
@if ($errors->has('meta_description')) {{ $errors->first('meta_description') }} @endif
@if ($errors->has('script')) {{ $errors->first('script') }} @endif
@if ($page->status == 0) @else @endif
@endsection @section('script') @endsection