@extends('layouts.dashboard') @section('content') {{-- {{$title}} --}} @if ($bm->is_bd_title) 標題 @endif @if ($bm->is_bd_description) @if ($bm->bd_description == '') 描述 @else {{ $bm->bd_description }} @endif @endif @if ($bm->is_bd_pic) 圖片 @endif @stop @section('js') @if ($bm->bd_description == '' && request()->segment(4) != 2 && request()->segment(5) != 3 && request()->segment(6) != 1 && request()->segment(7) != 1) @include('module.init_html_editor') @endif @if (request()->segment(4) == 2 && request()->segment(5) == 3 && request()->segment(7) == 5) @include('module.init_html_editor') @endif @stop