Encuentra lo mejor
Explora por CategorÃas
@if(count($categories) > 0)
@php
foreach ($categories as $key => $cat) { if($cat->id == 9) unset($categories[$key]); }
$categoriesC = array_slice($categories, 0, 8);
@endphp
@foreach ($categoriesC as $item)
@endforeach
@endif