@extends('cms.layouts.app') @section('pre-styles')
@endsection @section('contents')
Cms
Post
{{--
Validation Form
--}}
{{ csrf_field() }}
Title
*
{{ validationError($errors->get('title')) }}
Content
{{ old('contents') }}
Excerpt
{{ old('excerpt') }}
Public
Active
No Index
Parent
{{ generateOptions($posts, 'id', 'title', old('parent_id')) }}
Category
*
{{ generateOptions($postCategories, 'id', 'name', old('post_category_id')) }}
{{ validationError($errors->get('post_category_id')) }}
Display Order
Note
Publish From
Publish To
SEO Detial
Title
Tags
Detail
{{ old('seo_detail') }}
Cancel
Save
@endsection @section('scripts')
@endsection