Edit Revision
  Revision List
@csrf
@if ($errors->has('chapters'))
{{ $errors->first('chapters') }}
@endif
@if ($errors->has('sort'))
{{ $errors->first('sort') }}
@endif