@extends('layouts.teacher')
| {{ isset($studentdetail->first_name) ? ucwords($studentdetail->first_name) : ' ' }} {{ isset($studentdetail->last_name) ? ucwords($studentdetail->last_name) : ' ' }} |
| {{ isset($studentdetail->email) ? ucwords($studentdetail->email) : ($parentdetail && isset($studentdetail->gender) ? ucwords($studentdetail->gender) : ' Gender not included yet ') }} |
| {{ isset($studentdetail->phone) ? ucwords($studentdetail->phone) : ($parentdetail && isset($studentdetail->dob) ? calculate_age($studentdetail->dob) . 'y/o ( ' . dateformatter($studentdetail->dob) . ' )' : ' Date of birth not include yet ') }} |
| {{ isset($studentdetail->gender) ? ucwords($studentdetail->gender) : ' Gender not included yet ' }} |
| {{ isset($studentdetail->dob) ? calculate_age($studentdetail->dob) . 'y/o ( ' . dateformatter($studentdetail->dob) . ' )' : ' Date of birth not include yet ' }} |
| {{ isset($parentdetail->first_name) ? ucwords($parentdetail->first_name) : ' ' }} {{ isset($parentdetail->last_name) ? ucwords($parentdetail->last_name) : ' ' }} |
| {{ isset($parentdetail->phone) ? ucwords($parentdetail->phone) : ' Mail not included yet ' }} |
{{ucwords($detail->name)}}
( {{$detail->class_name}}th Standard )
Course: {{$coursedetail[$course_ids[$detail->id]]->coursename}}
Subject: {{ucwords($detail->subject->name)}}
Mode: {{ucwords($detail->mode)}}
Time: {{date("h:i a", strtotime($detail->start_time))." to ".date("h:i a", strtotime($detail->end_time))}}
Duration: {{dateformatter($coursedetail[$course_ids[$detail->id]]->start_date)." to ".dateformatter($coursedetail[$course_ids[$detail->id]]->end_date)}}
Explore !!!No batch details available.
@endif
{{ $note->notes }}
{{ $noteTime }}
{{ $detail->heading }} ( {{ $detail->duration }} min )
( {{ $detail->class_name }}th Standard )
Batch: {{ $detail->batch->name }}
Subject: {{ $detail->subject->name }}