@extends('layouts.app')
@section('title')修改教程@endsection
@section('head')
@endsection
@section('content')
@component('maintenance.menu')@endcomponent
@component('maintenance.city.menu')@endcomponent
@trix($tutorial, 'content')
@endsection
@section('lastScript')
@endsection