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

@foreach($m_course as $key=>$new_m_course) @endforeach
No. CodeName(TH)CreditLectueLabSelfGrade Type
{{ ++$key }} {{ $new_m_course->f_course_code }} {{ $new_m_course->f_course_name_th }} {{ $new_m_course->f_course_credit }} {{ $new_m_course->f_course_credit1 }} {{ $new_m_course->f_course_credit2 }} {{ $new_m_course->f_course_credit3 }} @if(!empty($new_m_course->grade_type)) {{ $new_m_course->grade_type }} @else {{ GenerateController::option_select($new_m_course->f_course_grade_type) }} @endif