@extends('teacher/home') @section('content')
| No | User Name | Topic Submitted | Topic Name(s) | Action | |
|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $entity['name'] }} | {{ $entity['email'] }} | {{ ($entity['count']=='')?0:$entity['count'] }} topic(s) | {{ ($entity['topicname']=='')?'-':$entity['topicname'] }} |
@if ($entity['count']=='')
@else
Show Student Result
@endif
|