@extends('layouts.customadmin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.cohort.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif {{ trans('cruds.cohort.fields.name_helper') }}
@if($errors->has('start_year')) {{ $errors->first('start_year') }} @endif {{ trans('cruds.cohort.fields.start_year_helper') }}
@if($errors->has('end_year')) {{ $errors->first('end_year') }} @endif {{ trans('cruds.cohort.fields.end_year_helper') }}
@if($errors->has('level')) {{ $errors->first('level') }} @endif {{ trans('cruds.cohort.fields.level_helper') }}
@endsection