@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
(Recommended size: 660 * 627 pixels, Max file size: 500KB) @if($page->images && $page->images->count())
Existing Images:
@foreach($page->images as $image)
{{ $image->alt }} {{-- Delete Icon and Hidden Checkbox --}} × {{-- Alt Text --}} {{-- Title Text --}}
@endforeach
@endif @if ($errors->has('banner_image')) {{ $errors->first('banner_image') }} @endif
@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
@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