Commit 133bfaec by Aan Choesni Herlingga

default user

parent 389f8f71
......@@ -37,6 +37,7 @@
<tbody>
<?php $no = 1;?>
@foreach($users as $value)
@if (!$value->name == 'Aan Choesni Herlingga')
<tr style="cursor:pointer">
<td align="center"><?php echo $no; ?></td>
<td>{!! $value->name !!}</td>
......@@ -82,6 +83,7 @@
</td>
<?php $no++;?>
</tr>
@endif
@endforeach
</tbody>
</table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment