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

{{$title}}

--}}
@stop @section('js') {{-- $(function () { CKEDITOR.replace('content') }) --}} @include('module.init_html_editor') @stop