update create AUK
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user