inRandomOrder()->limit(6)->get(); $testimonialList = Testimonials::get(); $aboutData = Pages::where('page_id',2)->first(); return view('welcome',compact('testimonialList','serviceList','aboutData')); } }