Sign Up
You have to create account first before applying to a course.
Already have an account?Sign In
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@include('frontend.include.studentProfileBlockEdit', [
'form_type' => 'new',
'action' => route('studentNew'),
'studnetInfo'=> $studentInfo,
])