{{--

PRINT COURSES

--}}
@foreach ($subsidiaries as $department)
UNIVERSITY OF MAIDUGURI
(Student Course Registration)
NAME: {{ $student->fullname }}
ID. NUMBER: {{ $student->student_id_number }}
{{ $department->school->school_title}} @if (($department->dept_title === 'COMPUTER SCIENCE') || ($department->dept_title === 'MATHEMATICS') || ($department->dept_title === 'STATISTICS'))
DEPARTMENT: MATHEMATICAL SCIENCE
@elseif(($department->dept_title === 'PHYSICAL EDUCATION') || ($department->dept_title === 'HEALTH EDUCATION'))
DEPARTMENT: PHYSICAL AND HEALTH EDUCATION
@elseif(($department->dept_title === 'BOTANY') || ($department->dept_title === 'ZOOLOGY') || ($department->dept_title === 'ENVIRONMENTAL BIOLOGY'))
DEPARTMENT: BIOLOGICAL SCIENCE
@elseif(($department->dept_title === 'CHEMISTRY') || ($department->dept_title === 'INDUSTRIAL CHEMISTRY') || ($department->dept_title === 'PETROLEUM CHEMISTRY'))
DEPARTMENT: PURE AND APPLIED CHEMISTRY
@elseif(($department->dept_title === 'FACULTY OF VETERINARY MEDICINE'))
DEPARTMENT: VETERINARY MEDICINE
@else
DEPARTMENT: {{ $department->dept_title}}
@endif
{{-- student Details --}}
PROGRAM: {{ $department->dept_title}}
LEVEL: {{ $student->level }}
SESSION: {{ Carbon\Carbon::parse($start_session->start_at)->year }} / {{ Carbon\Carbon::parse($start_session->end_at)->year }}
@endforeach
processing..
@if (!$doneAdding) @endif @if ($studentCourses) @foreach ($studentCourses as $firstSemester) @foreach ($firstSemester->courseStudent as $courses) @if ($courses->pivot->offering_semester === 'FIRST' ) @if (!$doneAdding) @endif @endif @endforeach @endforeach @endif @if ($doneAdding) @endif
FIRST SEMESTER COURSES
CODE TITLE UNITS Add
{{ $courses->course_code ?? ''}} {{ $courses->course_title ?? ''}} {{ $courses->units ?? ''}} @if (($courses->course_code == 'GST 331')) @else
delete
@endif
Total Units {{ $total_unit_first ?? ''}}
@if (!$doneAdding) @endif @if ($studentCourses) @foreach ($studentCourses as $firstSemester) @foreach ($firstSemester->courseStudent as $courses) @if ($courses->pivot->offering_semester === 'SECOND' ) @if (!$doneAdding) @endif @endif @endforeach @endforeach @endif @if ($doneAdding && $count_course > 0) @endif
SECOND SEMESTER COURSES
CODE TITLE UNITS
{{ $courses->course_code ?? ''}} {{ $courses->course_title ?? ''}} {{ $courses->units ?? ''}} @if (($courses->course_code == 'GST 331')) @else
delete
@endif
Total Units {{ $total_unit_second ?? ''}}
@if (($student_clearance) && ($student->level == 300) && (!$doneAdding))
*
@if($alocatedCount) @foreach ($alocatedCount as $allocated)
@if (($allocated->course_id == 5000) && ($allocated->allocation > $allocated->allocated_student))
Computer Maitenance and Repairs
@endif @if (($allocated->course_id == 4992) && ($allocated->allocation > $allocated->allocated_student))
Building and Construction
@endif @if (($allocated->course_id == 4995) && ($allocated->allocation > $allocated->allocated_student))
Fish Production and Processing
@endif @if (($allocated->course_id == 4991) && ($allocated->allocation > $allocated->allocated_student))
Food processing
@endif @if (($allocated->course_id == 4994) && ($allocated->allocation > $allocated->allocated_student))
Poultry and Animal Husbandry
@endif @if (($allocated->course_id == 4996) && ($allocated->allocation > $allocated->allocated_student))
Soap and Detergent
@endif @if (($allocated->course_id == 4993) && ($allocated->allocation > $allocated->allocated_student))
Tailoring
@endif @if (($allocated->course_id == 4997) && ($allocated->allocation > $allocated->allocated_student))
Water Treatment and Packaging
@endif @if (($allocated->course_id == 4998) && ($allocated->allocation > $allocated->allocated_student))
Welding and Fabrication
@endif @if (($allocated->course_id == 4999) && ($allocated->allocation > $allocated->allocated_student))
Wood Work
@endif
@endforeach @endif
@endif @if (($student_clearance) && ($student->level > 300) && (!$doneAdding) && ($carryingCourse))
*
@if($alocatedCount) @foreach ($alocatedCount as $allocated)
@if (($allocated->course_id == 5000) && ($allocated->allocation > $allocated->allocated_student))
Computer Maitenance and Repairs
@endif @if (($allocated->course_id == 4992) && ($allocated->allocation > $allocated->allocated_student))
Building and Construction
@endif @if (($allocated->course_id == 4995) && ($allocated->allocation > $allocated->allocated_student))
Fish Production and Processing
@endif @if (($allocated->course_id == 4991) && ($allocated->allocation > $allocated->allocated_student))
Food processing
@endif @if (($allocated->course_id == 4994) && ($allocated->allocation > $allocated->allocated_student))
Poultry and Animal Husbandry
@endif @if (($allocated->course_id == 4996) && ($allocated->allocation > $allocated->allocated_student))
Soap and Detergent
@endif @if (($allocated->course_id == 4993) && ($allocated->allocation > $allocated->allocated_student))
Tailoring
@endif @if (($allocated->course_id == 4997) && ($allocated->allocation > $allocated->allocated_student))
Water Treatment and Packaging
@endif @if (($allocated->course_id == 4998) && ($allocated->allocation > $allocated->allocated_student))
Welding and Fabrication
@endif @if (($allocated->course_id == 4999) && ($allocated->allocation > $allocated->allocated_student))
Wood Work
@endif
@endforeach @endif
@endif
@if ($doneAdding && $count_course > 0)
Student's Signature:..........................................................................................................................................
HOD's Signature:................................................................................................................................................
Registrar's Signature:........................................................................................................................................
@endif
@if ((!$doneAdding) && ($count_course > 0) && ($student->level >= 300))

Confirm
@elseif ((!$doneAdding) && ($count_course > 0) && ($student->level < 300))

Confirm
@elseif ($doneAdding && $count_course > 0)

Back

@endif
Student Course
{{-- @if (($studentNoOfCarry) && ($studentNoOfCarry->student_status != 'Proceed')) --}}
*
@foreach (App\Models\Assets::LEVEL as $value => $label) @if (($student) && ($label == $student->level)) @endif @endforeach
{{-- @endif --}}
*
@foreach (App\Models\Assets::SEMESTER as $value => $label) @endforeach
*
@if ($levelCourses) @foreach ($levelCourses as $offer) @foreach ($offer->courses as $departmentOffer ) @if ( ($departmentOffer->pivot->course_id == 435) || ($departmentOffer->pivot->course_id == 4991) || ($departmentOffer->pivot->course_id == 4992) || ($departmentOffer->pivot->course_id == 4993) || ($departmentOffer->pivot->course_id == 4994) || ($departmentOffer->pivot->course_id == 4995) || ($departmentOffer->pivot->course_id == 4996) || ($departmentOffer->pivot->course_id == 4997) || ($departmentOffer->pivot->course_id == 4998) || ($departmentOffer->pivot->course_id == 4999) || ($departmentOffer->pivot->course_id == 5000) ) @else @endif @endforeach @endforeach @endif
{{ __('cancle') }} {{-- @if($done) --}} {{ __('submit') }} {{-- @endif --}}