@extends('layouts.dashboard') @section('css') {{-- --}} @stop @section('content') {{-- {{$title}} --}} 標題 @if ($errors->has('title')) {{ $errors->first('title') }} @endif 日期 @if ($errors->has('date')) {{ $errors->first('date') }} @endif 內容 {{ old('description') }} @if ($errors->has('description')) {{ $errors->first('description') }} @endif 排序 @if ($errors->has('sort')) {{ $errors->first('sort') }} @endif @stop @section('js')@include('module.init_html_editor') @stop
{{ $errors->first('title') }}
{{ $errors->first('date') }}
{{ $errors->first('description') }}
{{ $errors->first('sort') }}