belongsTo(\App\Models\CompanyService::class); } public function customer() { return $this->belongsTo(\App\Models\Customer::class); } }