@extends('cms.layouts.app') @section('pre-styles')
@endsection @section('contents')
Cms
Post
@csrf
Title
*
{{ validationError($errors->get('title')) }}
Content
{{ old('contents') }}
Excerpt
{{ old('excerpt') }}
Public
Active
No Index
Display Order
Facebook Link
Twitter Link
Linkedin Link
Instagram Link
Note
Cancel
Save
@endsection @section('scripts')
@endsection