where('slug', $slug) ->first(); if (! $plan) { throw new \InvalidArgumentException("Plan not found: {$slug}"); } $plan->update(['status' => $status]); return $plan->fresh(); } }