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

Year :
{{ $m_course->f_course_year }}
Code :
{{ $m_course->f_course_code }}
Name(TH) :
{{ $m_course->f_course_name_th }}
Name(Eng) :
{{ $m_course->f_course_name_eng }}
Credit :
{{ $m_course->f_course_credit }}
Lectue :
{{ $m_course->f_course_credit1 }}
Lab :
{{ $m_course->f_course_credit2 }}
Self :
{{ $m_course->f_course_credit3 }}
Description :
{{ $m_course->f_course_description }}
Condition :
{{ $m_course->f_course_condition }}
Grade Type :
@if(!empty($m_course->grade_type)) {{ $m_course->grade_type }} @else {{ GenerateController::option_select($m_course->f_course_grade_type) }} @endif
Status :
@if($m_course->f_course_status == '1') Open @endif @if($m_course->f_course_status == '2') Close @endif