belongsTo(Product::class); } public function paramedicLevel() { return $this->belongsTo(ParamedicLevel::class); } }