@extends('layouts.app') @section('title', 'Edit training request') @section('content')
Edit {{ $training->user->name }}'s training
@method('PATCH') @csrf
@error('type') {{ $errors->first('type') }} @enderror
english_only_training ? 'checked' : '' }}>
@error('ratings') {{ $errors->first('ratings') }} @enderror
@endsection