@extends('layouts.admin')
| Gender : {{ isset($student->gender)?ucwords($student->gender):" Gender not included yet " }} |
| Age : {{ isset($student->dob)?(calculate_age($student->dob)."y/o ( ".dateformatter($student->dob)." )"):" Date of birth not include yet " }} |
| {{ isset($student->emergency_contact)?"Emergency contact : ".$student->emergency_contact:" Emergency number not included yet " }} |
| @if (isset($child_add_info->birth_certificate)) last_name)}}_birth_certifcates">Birth Certificate @else Birth Certificate not include yet @endif |
| @if (isset($child_add_info->vaccination_certificate)) last_name)}}_vaccination_certificate">Vaccination Card @else Vaccination Certificate not include yet @endif |
| Allergic : {{isset($child_add_info->allergies)?"Yes":"No"}} |
| Allergy List : {{ isset($child_add_info->allergies)?$allergies_str:" Allergies not included yet " }} |
| {{ (isset($child_add_info->description) && $child_add_info->description!="")?"Allergic Description : ".$child_add_info->description:" Description not included yet " }} |
| Allergic : No |
Month Fee Status Transport Fee
{{dateformatter($data->next_payment_date)}} @if ($data->status==1) Paid @else Pending @endif @if ($data->transport_charges_paid==1) Paid @else @if ($data->status==1) last_name) }}" data-class_name="{{ ucwords($child_add_info->student_class)}}" > Pay @endif @endif