{{ $project->name }}: {{ __('Edit AUK') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@foreach ($top_auks as $top_auk) @if ($auk->parent_id == $top_auk->id) @else @endif @if (count($top_auk->childs)) @include('auks.optionChildSelected', [ 'childs' => $top_auk->childs, 'parent_id' => $top_auk->parent_id, 'level' => 1, ]) @endif @endforeach