hasMany(Vehicles::class, 'id'); } public function awardCategory() { return $this->hasMany(CarShowCategory::class, 'category_name'); } }