@extends('cms.layouts.app') @section('pre-styles') @endsection @section('contents')
@csrf @method('PATCH')
{{ validationError($errors->get('title')) }}
is_public ? 'checked' : '' }}>
is_active ? 'checked' : '' }}>
is_noindex ? 'checked' : '' }}>

SEO Detial

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