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