@extends('teacher/home') @section('content')
| Student Name | Passed | Passed Topic List | Action |
|---|---|---|---|
| {{ $number }} . {{ $entity->{'name'} }} | {{ ($entity->{'passed'} == '') ? 0 : $entity->{'passed'} }} Topic(s) Passed | {!! (nl2br($entity->{'topiclist'}) == '') ? '-' : (nl2br($entity->{'topiclist'})) !!} |