@extends('admin.layout.app') @section('body')

{{ __('admin.add_enrollment') }}

{{ __('admin.enroll_student_into_course') }}
{{ __('admin.back') }}
@if ($errors->any())
@endif
@csrf
@php $cOld = old('course_id', $selectedCourse); @endphp
@php $sOld = old('student_user_id', $selectedStudent); @endphp
{{ __('admin.if_empty_system_sets_now') }}
@endsection