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

{{$title}}

--}}
@if(empty($is_not_show_description))
@endif @if (request()->segment(5) == 8 || request()->segment(5) == 9) @else
@if ($block->pic_1 != '') @endif
@endif
@stop @section('js') @include('module.ckeditor', ['instance' => 'description_1']) {{-- @include('module.init_html_editor') --}} @stop