@extends('cms.layouts.app') @section('pre-styles')
@endsection @section('contents')
Cms
Widget
{{--
Validation Form
--}}
{{ csrf_field() }}
Title
*
{{ validationError($errors->get('title')) }}
Publish From
Publish To
Content
*
{{ validationError($errors->get('contents')) }}
Active
{{--
Hello CKEditor!
--}}
Cancel
Save
@endsection @section('scripts')
{{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection