@extends('backend.layout.master')
@section('content')
{{ $kid->first_name .' '.$kid->last_name }} {{ date('d M Y',strtotime($kid->dob)) }} {{ $kid->gender }} {{$kid->home_address}}, {{$kid->city}}, {{($kid->state) ? $kid->state->state_name : ''}}, {{$kid->zip}}
@if($kid->term == '1')
Full-Time
@endif
@if($kid->term == '2')
Part Time
@endif
{{ ($kid->photo_restriction) ? 'Restricted' : 'Not Restricted' }} {{ ($kid->allergies) ? $kid->allergies : '-' }} {{ ($kid->food_restrictions) ? $kid->food_restrictions : '-'}} {{ ($kid->group) ? $kid->group : '' }} {{ $kid->emergency_first_name ? $kid->emergency_first_name : "-"}} {{ $kid->emergency_last_name }} {{ $kid->emergency_contact ? $kid->emergency_contact : '-' }} {{ $kid->emergency_email ? $kid->emergency_email : '-' }} {{ isset($kid->physician) ? $kid->physician->first_name : '-' }} {{ isset($kid->physician) ? $kid->physician->last_name : '' }} {{ isset($kid->physician) ? $kid->physician->phone : '-' }} {{ isset($kid->physician) ? $kid->physician->email : '-' }}
{{ $addonParent->first_name .' '.$addonParent->last_name }}
{{ ($addonParent) ? $addonParent->phone : 'Phone Number'}}
@if(isset($addonParent->phone))
@endif
{{ ($addonParent) ? $addonParent->email : 'Email'}}
View Student
Full Name
Date of birth
Gender
Address
Term
Photo restriction
Allergies
Food Restrictions
Group
Emergency Contact Name
Emergency Contact Number
Email
Physician Contact Name
Physician Contact Number
Physician Email
{{ $addonParent->relation_type }}