first(); $features = Feature::whereStatus(1)->latest()->get(); $plans = Plan::where('status',1)->latest()->get(); return view('web.about.index',compact('page_data','general','features','plans')); } }