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

Page / Add

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

Page Scroll Content

(Recommended size:834 × 578 pixels, Max file size: 500KB) @if ($errors->has('page_image_url')) {{ $errors->first('page_image_url') }} @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 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 ($errors->has('continents_image_alt')) {{ $errors->first('continents_image_alt') }} @endif

Budget Section

(Recommended size:1920 × 690 pixels, Max file size: 500KB) @if ($errors->has('budget_image_url')) {{ $errors->first('budget_image_url') }} @endif
@if ($errors->has('budget_image_alt')) {{ $errors->first('budget_image_alt') }} @endif
@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 ($errors->has('blog_image_alt')) {{ $errors->first('blog_image_alt') }} @endif

FAQS

@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 ($errors->has('faq_image_alt')) {{ $errors->first('faq_image_alt') }} @endif
@for ($i = 0; $i < 20; $i++)
@endfor

Seo Friendly Fields

@if ($errors->has('page_url')) {{ $errors->first('page_url') }} @endif
@if ($errors->has('url_type')) {{ $errors->first('url_type') }} @endif
@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
@endsection @section('script') @endsection