update create AUK

This commit is contained in:
Александр Бабкин
2022-07-13 08:22:31 +03:00
parent 0cd5e9741f
commit fa2df0f944
5 changed files with 31 additions and 15 deletions

View File

@@ -1,10 +1,13 @@
@foreach ($childs as $child)
<tr>
<td class="p-2 border border-gray-200">
{{ str_pad('', $level, '-') . ' ' . $child->name }}
{{ str_pad('', $level, '-') . ' ' . $child->auk_name }}
</td>
<td class="p-2 border border-gray-200">
{{ $child->number }}
{{ $child->auk_path }}
</td>
<td class="p-2 border border-gray-200">
{{ $child->image_dir }}
</td>
<td class="p-2 border border-gray-200">
@include('auks.actions', ['auk' => $child])