get(); $contacts = Contact::where('etat','1')->get(); $categories = Categorie::where('etat','1')->get(); return view('frontend.about',compact('presentations','categories','contacts')); } }