@extends('layouts.dashboard') @section('content') {{-- {{$title}} --}} 標題 @if(empty($is_not_show_description)) 描述 {{$block->description_1}} @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