LARAVEL 5.5 - Insert Data into Database from FORM with Eloquent Model
"model"
You should add the field 'model' in your Cars's Model, fillable fields.
Or if you don't want to give it a value at first, in the migrating file, you can add ->nullable() to the field.