'FAQ','status' => 1])->first(); $faqs = Faq::where('status',true)->get(); return view('faq',compact('faqs','page')); } }