@extends('layouts.app') @section('title', $article->title ? $article->title : '实战教程') @section('content') @include('shared._error')
@if($article->id) 编辑 {{ $book->title }} 文章 @else 新建 {{ $book->title }} 文章 @endif
@if($article->id)
@else @endif
{{-- 加载 markdown 编辑器 --}}
@endsection @section('script') @include('common.markdown_edit') @endsection