MMC continue
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
@foreach ($childs as $child)
|
||||
<tr class="p-2 border border-gray-200 text-center">
|
||||
<td>
|
||||
<td class="p-2 border border-gray-200 text-center">
|
||||
{{ str_pad('', $level, '-') . ' ' . $child->auk_name }}
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@if (count($child->childs))
|
||||
@include('mmc.tableAukChild', [
|
||||
|
||||
Reference in New Issue
Block a user