@extends('layouts.app') @section('title')修改教程@endsection @section('head') @endsection @section('content')
@csrf @method('PUT')
@error('name') {{ $errors->first('name') }} @enderror
@trix($tutorial, 'content')
@endsection @section('lastScript') @endsection