public function index()
 {
     $active_slides = Slider::where("active_flag", "1")->get();
     return view('home/index')->with(array("active_slides" => $active_slides));
 }