@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
@if ($errors->has('content')) {{ $errors->first('content') }} @endif

Widgets/Modules Before Content

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

Simple Content

(Recommended size: 1128 × 660 pixels, Max file size: 500KB)

Section 1 Slider

(Recommended Size 500KB and 463 x 611 pixels) @if ($errors->has('section1_image_url')) {{ $errors->first('section1_image_url') }} @endif

Section 3 Slider

(Recommended Size 500KB and 559 x 609 pixels) @if ($errors->has('section3_image_url')) {{ $errors->first('section3_image_url') }} @endif

Customization Section

(Recommended Size 500KB and 1320 x 485 pixels) @if ($errors->has('customization_image_url')) {{ $errors->first('customization_image_url') }} @endif

Scroll Detail & Content

(Recommended Size 500KB and 536 x 565 pixels) @if ($errors->has('scroll_image_url')) {{ $errors->first('scroll_image_url') }} @endif
@if ($errors->has('scroll_description')) {{ $errors->first('scroll_description') }} @endif

Airline Brand Section

Services Section

(Recommended Size 500KB and 536 x 580 pixels) @if ($errors->has('services_image_url')) {{ $errors->first('services_image_url') }} @endif

Services Items

Blog Section

(Recommended Size 500KB and 648 x 293 pixels) @if ($errors->has('blog_image_url')) {{ $errors->first('blog_image_url') }} @endif
{{-- Draggable Blog Selector --}}
{{-- Available Blogs --}}
Available Blogs
    @foreach($blogs as $blog)
  • #{{ $blog->id }} {{ Str::limit($blog->title, 40) }} @if($blog->featured) Featured @endif
  • @endforeach
drag or click
{{-- Selected Blogs --}}
Selected Blogs (drag to reorder)
    {{-- Items added here by JS --}}
IDs will be saved in the order shown:

FAQS

@if ($errors->has('faqs_heading')) {{ $errors->first('faqs_heading') }} @endif
@if ($errors->has('faqs_subheading')) {{ $errors->first('faqs_subheading') }} @endif
@if ($errors->has('faq_image_alt')) {{ $errors->first('faq_image_alt') }} @endif

Seo Friendly Fields

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