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,5 +1,5 @@
@foreach ($childs as $child)
<option value="{{ $child->id }}">{{ str_pad('', $level, '-') . ' ' . $child->name }}</option>
<option value="{{ $child->id }}">{{ str_pad('', $level, '-') . ' ' . $child->auk_name }} ({{ $child->auk_path }})</option>
@if (count($child->childs))
@include('documents.optionChild', [
'childs' => $child->childs,