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