PRINT COURSES

Print this invoice!
Reload Page
{{-- replace selection center --}}
{{-- --}}
*
@foreach (App\Models\Assets::LEVEL as $value => $label) @endforeach
{{-- --}}
{{--
*
@foreach (App\Models\Assets::SEMESTER as $value => $label) @endforeach
--}}
{{-- replace selection center --}}
@if($student_courses) @forelse ($student_courses as $department)
UNIVERSITY OF MAIDUGURI
{{ $department->school->school_title}}
@if (($department->dept_title === 'COMPUTER SCIENCE') || ($department->dept_title === 'MATHEMATICS') || ($department->dept_title === 'STATISTICS'))
DEPARTMENT OF MATHEMATICAL SCIENCE
PROGRAM OF {{ $department->dept_title}}
@elseif(($department->dept_title === 'PHYSICAL EDUCATION') || ($department->dept_title === 'HEALTH EDUCATION'))
DEPARTMENT OF PHYSICAL AND HEALTH EDUCATION
PROGRAM OF {{ $department->dept_title}}
@elseif(($department->dept_title === 'BOTANY') || ($department->dept_title === 'ZOOLOGY') || ($department->dept_title === 'ENVIRONMENTAL BIOLOGY'))
DEPARTMENT OF BIOLOGICAL SCIENCE
PROGRAM OF {{ $department->dept_title}}
@elseif(($department->dept_title === 'CHEMISTRY') || ($department->dept_title === 'INDUSTRIAL CHEMISTRY') || ($department->dept_title === 'PETROLEUM CHEMISTRY'))
DEPARTMENT OF PURE AND APPLIED CHEMISTRY
PROGRAM OF {{ $department->dept_title}}
@else
DEPARTMENT OF {{ $department->dept_title}}
@endif
FIRST SEMESTER Code Title Units Mode Elective Pre-Req. Semester Level @forelse($department->subsidiries as $course) @if ($course->pivot->semester_offer === $first) {{ $course->course_code }} {{-- bg-{{ $transaction->status_color }}-100 text-{{ $transaction->status_color }}-800 --}} {{ $course->course_title }} {{ $course->units }} {{ $course->mode }} {{ $course->elective }} {{ $course->pre_requisite }} {{ $course->pivot->semester_offer }} {{ $course->pivot->level }} @endif @empty @endforelse SECOND SEMESTER Code Title Units Mode Elective Pre-Req. Semester Level @forelse($department->subsidiries as $course) @if ($course->pivot->semester_offer === $second) {{ $course->course_code }} {{-- bg-{{ $transaction->status_color }}-100 text-{{ $transaction->status_color }}-800 --}} {{ $course->course_title }} {{ $course->units }} {{ $course->mode }} {{ $course->elective }} {{ $course->pre_requisite }} {{ $course->pivot->semester_offer }} {{ $course->pivot->level }} @endif @empty @endforelse @empty
No course Added...
@endforelse @endif