belongsTo(Docter::class); } public function orderPack() { return $this->hasMany(OrderPack::class); } }