belongsTo(User::class); } public function customer_package(){ return $this->belongsTo(CustomerPackage::class); } }