@extends('layouts.admin')
| {{ isset($student->first_name)?ucwords($student->first_name):" " }} {{ isset($student->last_name)?ucwords($student->last_name):" " }} |
| {{ isset($student->gender)?ucwords($student->gender):" Gender not included yet " }} |
| {{ isset($student->dob)?(calculate_age($student->dob)."y/o ( ".dateformatter($student->dob)." )"):" Date of birth not include yet " }} |
| {{ isset($parent->first_name)?ucwords($parent->first_name):" " }} {{ isset($parent->last_name)?ucwords($parent->last_name):" " }} |
| {{ isset($parent->email)?ucwords($parent->email):" Mail not included yet " }} |
| {{ isset($parent->phone)?$parent->phone:" Mobile number not included yet " }} |
| {{ isset($parent->gender)?ucwords($parent->gender):" Gender not included yet " }} |
| {{ isset($parent->dob)?(calculate_age($parent->dob)."y/o ( ".dateformatter($parent->dob)." )"):" Date of birth not include yet " }} |
Parent information not available might be a old user.
@endif @if (isset($fee_history)) @endif| Class | {{$feedetails->class_name}} |
| Duration | 12 Months |
| Start Date | 17-04-{{$year}} |
| End Date | 18-03-{{$year+1}} |
| Fee plan for {{$feedetails->class_name}} | |
| Class | {{ $feedetails->class_name }} |
| Monthly | ₹{{ $fee_plans->monthly_fee ? $fee_plans->monthly_fee : 0 }} |
| Quarterly | ₹{{ $fee_plans->monthly_fee? 3*$fee_plans->monthly_fee : 0 }} |
| Semi Annual | ₹{{ $fee_plans->monthly_fee? 6*$fee_plans->monthly_fee : 0 }} |
| Annual | ₹{{ $fee_plans->monthly_fee? 12*$fee_plans->monthly_fee : 0 }} |
| Discount | ₹{{ $fee_plans->discount? $fee_plans->discount : 0 }} |
| Select Plan | |
|
|
|
| Want Transport Facility ? | |
|
|
|
| Upcoming Payments | ||
| Class | Dates | Amount |
| {{$u_fee->class_name}} | {{dateformatter($u_fee->next_payment_date)}} | ₹{{$fee_plans->discounted_monthly_fee}} |
| Total Upcoming Amount: | ₹{{$total_upcoming}} | |
| Pending Payments | ||
| Class | Dates | Due |
| {{$p_fee->class_name}} | {{dateformatter($p_fee->next_payment_date)}} | ₹{{$fee_plans->discounted_monthly_fee}} |
| Total Overdue: | ₹{{$total_due}} | |
| Transaction History | |||||||||||
| PaymentDate | Class | Mode | Chosen Plan |
Tution Fee Paid |
Tranport Fee Paid |
Total Amount Paid |
Tution Fee Pending |
Status | Payments Recieved |
||
| {{date('d-m-y',strtotime($fee_data->fee_paid_on))}} | {{$fee_data->class_name}} | @if ($fee_data->payment_mode==1) Online @else Offline @endif | @if ($fee_data->payment_type==0) Monthly @elseif($fee_data->payment_type==1) Quarterly @elseif($fee_data->payment_type==2) Semi Annual @elseif($fee_data->payment_type==3) Annual @endif | ₹{{$fee_data->total_amount}} | {{-- if(!$ind){ $remaining_fee = $feedetails->fullpayment - $fee_history[$ind]->total_amount; } else if($ind<$total_fee_history_count){ $remaining_fee = $remaining_fee - $fee_history[$ind]->total_amount; } --}}₹{{$fee_data->transport_charges}} | ₹{{$fee_data->total_amount}} | ₹{{$remaining_fee_student}} | @if($fee_data->status==1)Done | @elseif($fee_data->next_payment_dateLate | @elsePending | @endif@if ($fee_data->start_date==$fee_data->end_date) Jan 70 @else Jan 70 - Jan 70 @endif |