@foreach ($data as $item)
@if (
$item['product']->id !== 12 &&
$item['product']->id !== 13 &&
$item['product']->id !== 17 &&
$item['product']->id !== 18)
{{ $item['category']->name }}
查看全部
@foreach ($item['news'] as $key => $row)
@endforeach
@endif
@endforeach