Kuchaman Defence Academy

Taranagar, Churu (Rajasthan)

📞 9875272291, 9509595211

Batch: {{ $fee->student->currentBatch->batch->title ?? 'N/A' }}

Join Date: {{ $fee->student->hostel->join_date ?? 'N/A' }}

Name: {{ $fee->student->user->name ?? '' }}

Father: {{ $fee->student->father_name }}

Mother: {{ $fee->student->mother_name }}

Month: {{ $fee->month }}

Room Number: {{ $fee->student->hostel->room->room_number ?? 'N/A' }}

Seats Number: {{ $fee->student->hostel->seat->seat_number ?? 'N/A' }}

Reg No: {{ $fee->student->reg_id ?? '' }}

Address: {{ $fee->student->address ?? 'N/A' }}

@php $total = ($fee->amount ?? 0) + ($fee->penalty ?? 0); $paid = $fee->paid_amount ?? 0; $pending = $total - $paid; if($pending < 0) $pending = 0; @endphp
Fee Penalty Total Paid Discount
₹{{ $fee->amount }} ₹{{ $fee->penalty }} ₹{{ $total }} ₹{{ $paid }} ₹{{ $pending }}

______________________

Student Signature

______________________

Authorized Signature