@extends('layouts.dashboard') @section('content') {{-- {{$title}} --}} @if ($bm->is_title) 標題 @endif @if ($bm->is_description) 內容 {{$bm->description}} @endif @if ($bm->is_pic) 圖片 @if ($bm->pic != '') @endif @endif @stop @section('js') @include('module.init_html_editor') @stop