hasOne(Empoyees_inf::class, 'id', 'customer_id'); } public function products() { return $this->hasOne(Products::class, 'id', 'product_id'); } }