@extends('layouts.app')
@section('title')创建教程@endsection
@section('head')
@endsection
@section('content')
@component('maintenance.menu')@endcomponent
@component('maintenance.tutorial.menu')@endcomponent
@trix(\App\Tutorial::class, 'content')
@endsection
@section('lastScript')
@endsection