@foreach ($items as $item)
@foreach ($item['products'] as $product)
{{ $product['title'] }}
{{ $product['description'] }}
@endforeach
@endforeach