Update AUK edit
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
@foreach ($childs as $child)
|
||||
<option value="{{ $child->id }}">{{ str_pad('', $level, '-') . ' ' . $child->auk_name }} ({{ $child->auk_path }})</option>
|
||||
<option value="{{ $child->id }}">{{ str_pad('', $level, '-') . ' ' . $child->auk_name }}
|
||||
({{ $child->auk_path }})</option>
|
||||
@if (count($child->childs))
|
||||
@include('documents.optionChild', [
|
||||
@include('auks.optionChild', [
|
||||
'childs' => $child->childs,
|
||||
'level' => $level + 1,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user