Student Course(s)

@if ((strlen($search) >= 12))
{{ __('Search') }} {{ __('Record not found.') }}
@endif
@if (($student) && (strlen($search) >= 12) && ($studentEntry < $academicSession) && ($studentNoOfCarry)) {{ __('Fail Courses(s)') }} {{ __('ALL Course(s)') }} @endif
{{-- failed courses --}}
@if(($student) && (strlen($search) >= 12) && ($studentEntry < $academicSession) && ($studentNoOfCarry) && ($maiyadannna == 'yafadi'))
{{ __('Fail Course(s)') }}
@if(($student) && (strlen($search) >= 12) && (!$stop) && ($studentEntry < $academicSession) && ($countCarry != $studentNoOfCarry->no_carry_over)) {{ __('Add Course') }} @endif
s/no Course Code Course Title Carry Over(s) [ {{ $countCarry ?? 0 }} / {{ $this->studentNoOfCarry->no_carry_over ?? 0 }} ]
{{ $studentNoOfCarry->student_status ?? 'Status' }}
@if ($student) @forelse ($courses as $student ) @foreach ($student->courses as $carryOver) {{ $loop->iteration }} {{ $carryOver->course_code }} {{ $carryOver->course_title }}
delete
@endforeach @empty
Click on the Green Button to Add Carry Over(s)
@endforelse @else
{{-- Record Not Found --}}
@endif
@endif
{{-- electives courses --}}
@if(($student) && (strlen($search) >= 12) && ($maiyadannna == 'yagara'))
{{ __('All Course(s)') }}
{{-- @if(($student) && (strlen($search) >= 12) && (!$stop) && ($studentEntry < $academicSession) && ($countCarry != $studentNoOfCarry->no_carry_over)) --}} {{ __('Add Course') }} {{-- @endif --}}
processing..
@if ($studentCourses) @foreach ($studentCourses 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 ?? ''}} NEW FAIL @if ($courses->pivot->course_student_status != 0)
delete
@endif
@if ($studentCourses) @foreach ($studentCourses 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 ?? ''}} NEW FAIL @if ($courses->pivot->course_student_status != 0)
delete
@endif
@endif
Student Carry Over [ {{ $countCarry ?? 0 }} / {{ $this->studentNoOfCarry->no_carry_over ?? 0 }} ]
{{-- @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) --}} {{-- @endif --}} @endforeach @endforeach @endif
{{ __('cancle') }} {{-- @if($done) --}} {{ __('submit') }} {{-- @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) --}} {{-- @endif --}} @endforeach @endforeach @endif
{{ __('cancle') }} {{-- @if($done) --}} {{ __('submit') }} {{-- @endif --}}