Initial import
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<table class="table">
|
||||
<tbody>
|
||||
@foreach ($list as $k=>$v)
|
||||
<tr>
|
||||
<td>{{ $k }}</td>
|
||||
<td class="text-end">{{ $v }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user