@if(($student->department->dept_title == 'FACULTY OF VETERINARY MEDICINE') || ($student->department->dept_title == 'FACULTY OF EDUCATION') || ($student->department->dept_title == 'FACULTY OF PHARMACY') || ($student->department->dept_title == 'FACULTY OF ENGINEERING') || ($student->department->dept_title == 'FACULTY OF LAW')) {{ $student->department->dept_title ?? ''}} @else Department of {{ $student->department->dept_title ?? ''}} @endif

Print this invoice!
Reload Page

Department of {{ $student->department->dept_title ?? ''}}

ID-NUMBER: {{ $student->student_id_number ?? ''}}

Session: {{ $academic_session }}

Student: {{ $returingStd}}

Level: {{ $student->level ?? '' }}

Country: {{ $student->country ?? '' }}

TOTAL CHARGES: {{ $total_all_std_all_level ?? ''}}

{{-- s/no --}} FEE TYPE STUDENT TYPE LEVEL AMOUNT @forelse ($for_all_student_fees as $fee) @if(is_null($fee->department_id)) {{ $fee->fee_type }} {{ $fee->student_type }} {{ $fee->level }} {{ $fee->amount }} @endif @empty
No fee Added...
@endforelse @if($for_all_new_fees) @forelse ($for_all_new_fees as $fee) {{ $fee->fee_type }} {{-- bg-{{ $transaction->status_color }}-100 text-{{ $transaction->status_color }}-800 --}} {{ $fee->student_type }} {{ $fee->level }} {{ $fee->amount }} {{--
Edit Delete
--}}
@empty {{--
No Fee Added...
--}} @endforelse @endif {{-- @if($this->for_all_student_gsts) --}} @forelse ($this->for_all_student_gsts as $gst) {{ $gst->fee_type }} {{ $gst->student_type }} {{ $gst->level }} {{ $gst->amount }} {{--
Edit Delete
--}}
@empty @endforelse {{-- @endif --}} @forelse ($for_all_student_departmental_fees as $departmentFee) {{ $departmentFee->fee_type }} {{ $departmentFee->student_type }} {{ $departmentFee->level }} {{ $departmentFee->amount }} @empty @endforelse @if($gstResultLevels) GST CARRY-OVER CARRY-OVER 600.00 @endif {{ $for_all_student_foreign->fee_type ?? '' }} {{ $for_all_student_foreign->student_type ?? '' }} {{ $for_all_student_foreign->level ?? '' }} {{ $for_all_student_foreign->amount ?? '' }}

Note:Student in Part 3 and above Carrying GST (Part I or II ) will have to pay N1000 and another N1000 if Carrying GST 331

TOTAL : {{ $total_all_std_all_level}}

{{-- {{ $students->links() }} --}}