@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