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

{{$title}}

--}}
@if(empty($is_not_show_description))
@endif @if(empty($is_not_show_pic))
@endif
@stop @section('js') @include('module.ckeditor', ['instance' => 'description_1']) {{-- @include('module.init_html_editor') --}} @stop