@extends('cms.layouts.app') @section('pre-styles') {{-- --}} @endsection @section('contents')
{{--

Validation Form

--}}
{{ csrf_field() }} {{ method_field('PATCH') }}
{{ validationError($errors->get('title')) }}
{{ validationError($errors->get('contents')) }}
is_active === 1 ? 'checked' : '' }}>
Cancel
@endsection @section('scripts') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection