これがお役に立てば幸いです!
$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が返されます。