@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->email)?ucwords($parentdetail->email):" Mail not included yet " }} |
| {{ isset($parentdetail->phone)?ucwords($parentdetail->phone):" Mobile number not included yet " }} |
| id | Column 1 | Column 2 | ||
|---|---|---|---|---|
| @endif @endfor | ||||