@extends('layouts.app') @section('content')
}}) @endif
                        @endif
                    ID Card: {{$promotion_info->id_card_number ?? 'N/A'}}
No enrollment record found
@endifTotal Paid
Outstanding Balance
Attendance Rate
{{$total_attendance}} total
Payment Type
| {{$student->email}} | |
| Phone | {{$student->phone}} | 
| Gender | {{$student->gender}} | 
| Birthday | {{$student->birthday}} | 
| Blood Type | {{$student->blood_type}} | 
| Nationality | {{$student->nationality}} | 
| Religion | {{$student->religion}} | 
{{$student->address}}
@if($student->address2){{$student->address2}}
@endif{{$student->city}}, {{$student->zip}}
| Father's Name | {{$student->parent_info->father_name}} | 
|---|---|
| Father's Phone | {{$student->parent_info->father_phone}} | 
| Mother's Name | {{$student->parent_info->mother_name}} | 
| Mother's Phone | {{$student->parent_info->mother_phone}} | 
| Address | {{$student->parent_info->parent_address}} | 
Admission Fee
Monthly Fee
Recurring
Annual Fee
Recurring
Current Balance
Owed - Paid
| Date | Type | Session | Amount | Receipt | 
|---|---|---|---|---|
| {{$transaction->transaction_date}} | {{ $transaction->getTransactionTypeName() }} | {{ $transaction->promotion->schoolSession->session_name ?? 'N/A' }} | Rs. {{number_format($transaction->amount_paid, 2)}} | @if($transaction->transaction_number) {{$transaction->transaction_number}} @endif | 
| Total Paid: | Rs. {{number_format($total_paid, 2)}} | |||
No payment transactions yet
Session: {{$promotion->schoolSession->session_name ?? 'N/A'}}
ID Card: {{$promotion->id_card_number ?? 'N/A'}}
| Board Registration No. | {{$student->academic_info->board_reg_no ?? 'Not Set'}} | 
|---|---|
| Current Class | {{$promotion_info->section->schoolClass->class_name ?? $promotion_info->schoolClass->class_name ?? 'N/A'}} | 
| Current Section | {{$promotion_info->section->section_name ?? 'N/A'}} | 
| Current Session | {{$promotion_info->schoolSession->session_name ?? 'N/A'}} |