@if (session('error'))
@elseif(session('success'))
@endif
Student Information
Student Credit Notes
{{-- 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)}}
| Date | Student No | Amount | Reason |
|---|---|---|---|
| {{ date('d-m-Y', strtotime($creditNote->created_at)) }} | {{$creditNote->student_no}} | {{$creditNote->amount}} | {{$creditNote->reason}} |