Registration Form Summary Report
logo
Date of Report : {{ date_format(date_create(date('Y-m-d')),'d M Y') }}

@foreach($registration as $key=>$new_registration) @endforeach
No. StudentYearSemesterCourse
{{ ++$key }} {{ $new_registration->registration_userid }} {{ $new_registration->registration_year }} {{ $new_registration->registration_semester }} @if(!empty($new_registration->f_openclass_course)) {{ $new_registration->f_openclass_course }} @else {{ GenerateController::option_select($new_registration->registration_open_course) }} @endif