@extends('layouts.dashboard') @section('css') {{-- --}} @stop @section('content')
{{--

{{$title}}

--}}
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if ($errors->has('date'))

{{ $errors->first('date') }}

@endif
@if ($errors->has('description'))

{{ $errors->first('description') }}

@endif
@if ($errors->has('sort'))

{{ $errors->first('sort') }}

@endif
@stop @section('js')@include('module.init_html_editor') @stop