@php use App\Models\Category; $menu = Category::where('status', 'active')->take(7)->get(); @endphp