@if (session('error'))
@elseif(session('success'))
@endif
@if (count($cash_books) == 0)
Student Information
Student Receipts
@endif
Please add cashbooks here first : Institution Setup > Cashbooks
@else
{{-- column1 --}}
{{-- column1 --}}
- Student Name: {{ $student->first_name }} {{ $student->last_name }}
- Student Number: {{ $student->student_no }}
- NRC: {{ $student->nrc_passport }}
- Phone: {{ $student->phone }}
- Email: {{ $student->email }}
- Program of Study: {{ $student->program_name }}
- Program Code: {{ $student->program_code }}
- Intake Year: {{ ucwords($student->entry_year) }}
- Current Year: {{ ucwords($student_current_year) }}
- Current Session: {{ ucwords($student_current_session) }}