@section('myJS') @endsection @for($i = 1; $i <= $maxLevels; $i++)
@if($i == $maxLevels)

Collection

@else

Category{{$i}}

@endif
@if(in_array($i,array_keys($schemaArray))) @php $OutputSchemaContent = $schemaArray[$i]; @endphp @else @php $OutputSchemaContent = ''; @endphp @endif


@endfor