@extends('Admin.layout.main') @section('pageTitle', 'Add Page') @section('main-container')
@csrf
@if ($errors->has('page_name')) {{ $errors->first('page_name') }} @endif
@if ($errors->has('slug_name')) {{ $errors->first('slug_name') }} @endif
@if ($errors->has('meta_title')) {{ $errors->first('meta_title') }} @endif
@if ($errors->has('canonical_url')) {{ $errors->first('canonical_url') }} @endif
@if ($errors->has('meta_keyword')) {{ $errors->first('meta_keyword') }} @endif
@if ($errors->has('meta_description')) {{ $errors->first('meta_description') }} @endif
@if ($errors->has('first_editor_for_banner')) {{ $errors->first('first_editor_for_banner') }} @endif
@if ($errors->has('first_editor_for_section')) {{ $errors->first('first_editor_for_section') }} @endif
@if ($errors->has('secound_editor_for_section')) {{ $errors->first('secound_editor_for_section') }} @endif
@if ($errors->has('third_editor_for_section')) {{ $errors->first('third_editor_for_section') }} @endif
@if ($errors->has('four_editor_for_section')) {{ $errors->first('four_editor_for_section') }} @endif
@if ($errors->has('five_editor_for_section')) {{ $errors->first('five_editor_for_section') }} @endif


@if ($errors->has('first_editor_for_paragraph')) {{ $errors->first('first_editor_for_paragraph') }} @endif
@if ($errors->has('secound_editor_for_paragraph')) {{ $errors->first('secound_editor_for_paragraph') }} @endif
@if ($errors->has('third_editor_for_paragraph')) {{ $errors->first('third_editor_for_paragraph') }} @endif
@if ($errors->has('four_editor_for_paragraph')) {{ $errors->first('four_editor_for_paragraph') }} @endif
@if ($errors->has('five_editor_for_paragraph')) {{ $errors->first('five_editor_for_paragraph') }} @endif
@if ($errors->has('six_editor_for_paragraph')) {{ $errors->first('six_editor_for_paragraph') }} @endif
@if ($errors->has('seven_editor_for_paragraph')) {{ $errors->first('seven_editor_for_paragraph') }} @endif
@if ($errors->has('eight_editor_for_paragraph')) {{ $errors->first('eight_editor_for_paragraph') }} @endif
@if ($errors->has('nine_editor_for_paragraph')) {{ $errors->first('nine_editor_for_paragraph') }} @endif

                                    
@endsection