{{ $depth + 1 }} -   @for ($i = 0; $i < $depth; $i++)              @endfor {{ $category->name }}
@csrf
@if (! empty($category->children)) @php $depth++; @endphp @foreach($category->children as $category) @include('dss::categories.partials.row') @endforeach @endif