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

SEO Detial

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