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

Year :
{{ $curriculum->curriculum_year }}
Code :
{{ $curriculum->curriculum_code }}
Name (ENG) :
{{ $curriculum->curriculum_name_eng }}
Name (TH) :
{{ $curriculum->curriculum_name_th }}
Name (ABB) :
{{ $curriculum->curriculum_initials }}
Program :
@if(!empty($curriculum->program_name)) {{ $curriculum->program_name }} @else {{ GenerateController::option_select($curriculum->curriculum_program) }} @endif
Degree :
@if($curriculum->curriculum_degree == 1) M.Eng. @endif @if($curriculum->curriculum_degree == 2) Ph.D. @endif
Status :
@if($curriculum->curriculum_status == 1) Open @endif @if($curriculum->curriculum_status == 2) Close @endif
Descriptions :
{{ $curriculum->curriculum_descriptions }}