@foreach($parameters as $key => $value) @if (is_array($value)) @foreach($value as $childKey => $childValue) @endforeach @else @endif @endforeach