@php if (!empty($categoriesRequest)) { $categories = $categories->whereIn('id', $categoriesRequest); } @endphp