Hy vọng điều này sẽ hữu ích!
$data = DB::table("subscriptions")->where('business_id',$business_id)->orderBy('start_date', 'desc')->pluck('start_date')->first();
Điều này sẽ trả lại cho bạn start_date cuối cùng.
Hy vọng điều này sẽ hữu ích!
$data = DB::table("subscriptions")->where('business_id',$business_id)->orderBy('start_date', 'desc')->pluck('start_date')->first();
Điều này sẽ trả lại cho bạn start_date cuối cùng.