Class : {{$student->class->name}}
Time: {{date('h:i A', strtotime($student->session_started))}}
Status : {{$student->status}}
Comments : {{$student->comments}}
Class : {{$student->classSession->sessionClass->name}}
Time: {{date('h:i A', strtotime($student->classSession->session_started))}}
Status : {{ ucwords($student->status) }}
Comments : {{$student->classSession->comments}}