revenueBasedFinancingQuestionAndAnswer()->getData(); $faqs = (new FractionalRealEstateFontendController)->revenueBasedFinancingQuestionAndAnswerFaqs()->getData(); return view('Frontend.Pages.revenue-based-financing.index',compact('learnMore','faqs')); } public function product(){ return view('Frontend.Pages.revenue-based-financing.product'); } }