@extends('cms.layouts.app') @section('pre-styles') @endsection @section('contents')
{{ csrf_field() }} {{ method_field('PATCH') }}
{{ validationError($errors->get('title')) }}
is_noindex ? 'checked' : '' }}>
is_public ? 'checked' : '' }}>
is_active ? 'checked' : '' }}>
{{ validationError($errors->get('featureImage')) }}
@if ($page->featured_image) your image @else your image @endif
{{ validationError($errors->get('bannerImage')) }}
@if ($page->banner_image) your image @else your image @endif

SEO Detial

Cancel
@endsection @section('scripts') @endsection