get(); $testimonials = Testimonial::where('status',1)->get(); $blogs = NewsAndUpdate::where('status',1)->get(); return view('welcome',compact('sliders','testimonials','blogs')); } }