Commit 133bfaec by Aan Choesni Herlingga

default user

parent 389f8f71
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
<tbody> <tbody>
<?php $no = 1;?> <?php $no = 1;?>
@foreach($users as $value) @foreach($users as $value)
@if (!$value->name == 'Aan Choesni Herlingga')
<tr style="cursor:pointer"> <tr style="cursor:pointer">
<td align="center"><?php echo $no; ?></td> <td align="center"><?php echo $no; ?></td>
<td>{!! $value->name !!}</td> <td>{!! $value->name !!}</td>
...@@ -82,6 +83,7 @@ ...@@ -82,6 +83,7 @@
</td> </td>
<?php $no++;?> <?php $no++;?>
</tr> </tr>
@endif
@endforeach @endforeach
</tbody> </tbody>
</table> </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