inRandomOrder()->limit(3)->get(); $aboutData = Pages::where('page_id',2)->first(); $clientList = Client::where('is_active',0)->get(); $industryList = Industry::where('is_active',0)->get(); $testimonialList = Testimonials::orderBy('id', 'DESC')->get(); return view('welcome',compact('ServiceList','aboutData','clientList','testimonialList','industryList')); } }