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