hasMany('App\Models\Vehicles', 'id', 'vehicle'); } public function awardCategory() { return $this->hasMany('App\Models\CarShowCategory', 'id', 'category'); } }