get(['id', 'image']); $homeSettings = app(HomeSettings::class); $allNews = News::query()->latest()->take(3)->get(); return view('web.pages.home.index', compact('homeSettings', 'brands', 'allNews')); } }