How Can I Insert new data with HasOne relationship
HasOne
create a new instance of your related model, then assign it to your model using the alias you defined in your hasOne relation
Thank you.