आशा है कि यह मदद करता है!
$data = DB::table("subscriptions")->where('business_id',$business_id)->orderBy('start_date', 'desc')->pluck('start_date')->first();
यह आपको अंतिम start_date लौटा देगा।
आशा है कि यह मदद करता है!
$data = DB::table("subscriptions")->where('business_id',$business_id)->orderBy('start_date', 'desc')->pluck('start_date')->first();
यह आपको अंतिम start_date लौटा देगा।