@extends('layouts.teacher') {{ config('app.name', 'Laravel') }} | Teacher | Students @section('main-content')

Exams / {{ isset($studentdetail->first_name)?ucwords($studentdetail->first_name):" " }} {{ isset($studentdetail->last_name)?ucwords($studentdetail->last_name):" " }}

@if(isset($studentdetail) && $studentdetail->profile_photo_path) user @else user @endif
Student Details
@if (!$parentdetail) @endif
{{ 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 " }}
@if( $parentdetail!='')
Parent Details
{{ 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 " }}
@endif
@if(isset($exams) && count($exams) != 0 && !empty($exams)) @for ($i =0 ; $i < count($exams); $i+=2) @for ( $j=$i ; $j<$i+2; $j++) @if ($j
Card image cap

{{strtoupper($exams[$j]->heading)}} ( {{$exams[$j]->duration}}mins )

( {{$exams[$j]->batch->name}} )
id Column 1 Column 2
{{$i}}