@php $indent = $depth * 18; @endphp
@if($pos->children->count())
@foreach($pos->children as $child) @include('pms.offers._copy_position_node', ['pos' => $child, 'depth' => $depth + 1]) @endforeach
@endif