MMC continue

This commit is contained in:
Александр Бабкин
2022-07-14 12:39:41 +03:00
parent 97bacd4423
commit 58c92adfbc
4 changed files with 18 additions and 8 deletions

View File

@@ -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', [