@extends('layouts.customadmin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.student.title_singular') }}
@csrf {{--
@if($errors->has('student')) {{ $errors->first('student') }} @endif {{ trans('cruds.student.fields.student_helper') }}
--}}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('students')) {{ $errors->first('students') }} @endif {{ trans('cruds.course.fields.students_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