@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
(Recommended size: 660 * 627 pixels, Max file size: 500KB) @if ($errors->has('banner_image')) {{ $errors->first('banner_image') }} @endif @foreach ($errors->get('banner_image.*') as $messages) @foreach ($messages as $message) {{ $message }} @endforeach @endforeach
@if ($errors->has('description')) {{ $errors->first('description') }} @endif

Scroll Content

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

Widgets/Modules Before Content

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

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