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