@extends('layouts.customadmin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.student.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('student')) {{ $errors->first('student') }} @endif {{ trans('cruds.student.fields.student_helper') }}
@if($errors->has('cohort')) {{ $errors->first('cohort') }} @endif {{ trans('cruds.student.fields.cohort_helper') }}
{{--
@if($errors->has('course')) {{ $errors->first('course') }} @endif {{ trans('cruds.student.fields.course_helper') }}
--}}
@endsection