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