STUDENT COURSE MANAGER

@if ((strlen($search) >= 12))
{{ __('Search') }} {{ __('Record not found.') }} {{ __('Student has not paid fees.') }} {{ __('Student is not from this faculty.') }} {{ __('Student status not uploaded.') }}
@endif
@if((strlen($search) >= 12))
{{ __('Student Course(s)') }}
@if((($studentToken ) && ($student_departmentid && $fac_user_id)) && ($student_departmentid->school_id == $fac_user_id->school_id) && ($studentEntry < $academicSession)) {{ __('Add Course') }} @elseif(($studentToken && ($student_departmentid && $fac_user_id)) && ($student_departmentid->school_id == $fac_user_id->school_id)) {{ __('Add Course') }} @endif
processing..
@if ($studentRecordAcademic) @foreach ($studentRecordAcademic as $firstSemester) @foreach ($firstSemester->courseStudent as $courses) @if (($courses->pivot->offering_semester === 'FIRST') ) @if ($courses->pivot->course_student_status != 0) @else @endif @endif @endforeach @endforeach @endif
FIRST SEMESTER COURSES
CODE TITLE UNITS
{{ $courses->course_code ?? ''}} {{ $courses->course_title ?? ''}} {{ $courses->units ?? ''}} PASS FAIL @if ($courses->pivot->course_student_status != 0)
delete
@endif
@if ($studentRecordAcademic) @foreach ($studentRecordAcademic as $secondSemester) @foreach ($secondSemester->courseStudent as $courses) @if (($courses->pivot->offering_semester === 'SECOND') ) @if ($courses->pivot->course_student_status != 0) @else @endif @endif @endforeach @endforeach @endif
SECOND SEMESTER COURSES
CODE TITLE UNITS
{{ $courses->course_code ?? ''}} {{ $courses->course_title ?? ''}} {{ $courses->units ?? ''}} PASS FAIL @if ($courses->pivot->course_student_status != 0)
delete
@endif
@endif
Student Courses
{{-- @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->level == $level) @if ( ($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 @endif @endforeach @endforeach @endif
{{ __('cancle') }} {{-- @if($done) --}} {{ __('submit') }} {{-- @endif --}}