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