belongsTo(Company::class); } public function cotizaciones() { return $this->hasMany(Cotizacion::class); } }